JsonApiDotNetCore
JsonApiDotNetCore copied to clipboard
A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
@bkoelman Following up on the [comment](https://github.com/dotnet/aspnetcore/issues/54598#issuecomment-2065606553) that you left in the issue on the ASP.NET Core repo here. The `Microsoft.AspNetCore.OpenApi` implementation has evolved to cover some of the scenarios that...
See the recommendation at https://github.com/dotnet/designs/blob/main/accepted/2024/net-standard-recommendation.md. Building for `netstandard1.0` using the .NET 9 SDK produces the following warning: ``` warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended....
Demonstrates that all tests are green when running on .NET 9 RC2 with EF Core 9 RC2, while still referencing JADNC that targets only .NET 8 and 6. While there...
#### SUMMARY Update to this version has produced many Timeouts in EF Core #### DETAILS In our logic we are extensively using query strings for filtering, including relationships and paging...
#### SUMMARY First of all Great work with Integrating Open.Api and forming Swagger UI. I have a question concerning the supported media type we used so far: application/vnd.api+json. #### DETAILS...
#### DESCRIPTION It appears it's not possible to get pagination links or total meta in included resource collection. Perhaps it's more of missing feature than bug... #### STEPS TO REPRODUCE...
#### SUMMARY I've been looking into performance issues when making a filtered request that also includes some related resource collection and pagination is enabled and I suspect the query strategy...
If one use an enum as attribute openapi generation will create a schema with the integer ids of the enum values. It would be great if it could also include...
Attempting to stay up-to-date with the upcoming changes for .NET 10, EF Core 10 and Microsoft.OpenAPI 2.0 (which Swashbuckle depends on). The output of this PR is published to our...
Create an integration test for the scenario described at https://www.jsonapi.net/getting-started/faq.html#can-i-offload-requests-to-a-background-process.