maartenkools

Results 4 comments of maartenkools

> You do not have to do this 3/2 step process. You can add an additional appsettings addition step to your template which just added the version to your production...

I would say having `AspNetCore.HealthChecks.UI.PostgreSQL.Storage` v9 be dependent on EF Core 8 is confusing. It implies you're using version 9 of something (because I do expect if this package gets...

I've tested this with HC 14.rc0, and while it no longer produces an unexpected execution error, I do get a different error now: ```json { "errors": [ { "message": "Cannot...

Been doing some debugging with HC 14 p162. The issue occurs in `HotChocolate.Fusion.Execution.ExecutionUtils.ComposeResult()`. It's trying to resolve a scalar value (string), and retrieves the value fromt `data.Single.Element`. However, this value...