Bart Koelman

Results 276 comments of Bart Koelman

I'm not entirely sure about H6. The API may be running against a pre-existing database without column constraints in place, or not use EF Core at all. Is there a...

C# allows to have different nullabilities for the getter and setter of a property, as described at https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/attributes/nullable-analysis#preconditions-allownull-and-disallownull. We could support that in OAS by emitting different models for read/write...

I'm having a hard time selling FA to my team because of this. It requires thousands of tests be sprinkled with `!` suppressions, whereas the currently used `Assert.NotNull` doesn't require...

This should include relationship capabilities as well.

Closing, as this feature request has been open for a very long time. The JADNC team is no longer interested in implementing this, and no community members have expressed such...

`AllowClientGeneratedIds` was renamed to `ClientIdGeneration`. It can be set in global options, then overridden per resource type. See https://www.jsonapi.net/usage/options.html#client-generated-ids.

Closing, as this feature request has been open for a very long time. The JADNC team has no interest in implementing this, and no community members have expressed such interest...

https://www.npgsql.org/efcore/release-notes/7.0.html#obsoleted-default-column-collations

See https://learn.microsoft.com/en-us/aspnet/core/mvc/models/validation#built-in-attributes and https://swagger.io/docs/specification/data-models/data-types/.

For anyone that wants to try out the latest bits: pick a version with "openapi" in the name from https://github.com/json-api-dotnet/JsonApiDotNetCore#trying-out-the-latest-build.