Bart Koelman
Bart Koelman
Hi @leandroaraujosouza, thanks for taking the time to create a PR. Though I'm confused: where do you see these links are broken? They seem to render properly at https://www.jsonapi.net/usage/extensibility/resource-definitions.html. The...
Hi @leandroaraujosouza, are you still working on this?
Closing due to inactivity.
Hi @rsmith8917, As far as I'm aware, API versioning was never really thought through for JsonApiDotNetCore. Over the years, we've seen comments from users in issues and the chat about...
@rsmith8917 Any thoughts about the above?
Closing due to inactivity.
Converted back to Draft because this hasn't been tested with ModelState validation, so may not work.
Turns out this isn't going to work well with ModelState validation on .NET 6, because `RangeAttribute` internally depends on `System.ComponentModel.TypeConverter`, which doesn't support `DateOnly` and `TimeOnly`. The missing support was...
The failing cibuild is tracked at https://youtrack.jetbrains.com/issue/RSRP-488628/Breaking-InspectCode-fails-with-Roslyn-Worker-process-exited-une.
In response to updated issue description: Changed this issue from `bug` to `enhancement` because changing the EF Core mapping for one-to-one optional relationships to `.OnDelete(DeleteBehavior.SetNull)` is a better solution, over...