JsonApiDotNetCore
JsonApiDotNetCore copied to clipboard
A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
Greetings everyone, and thank you for your incredible work. I'm trying for the first time to use the feature of Atomic Operations and though I'm certain I have done everything...
Currently, all `id` parameters are declared as `type: string` in the emitted `openapi.json`. Adding type hints like `format: uuid` enables client generators to produce more specific types. ### Implementation notes...
**Is your feature request related to a problem? Please describe.** Currently, the README correctly explains what this library solves but it assumes that the reader already knows what JSON:API is...
Explores multi-targeting against .NET 9 with EF Core 9 pre-release versions. This PR is experimental and not intended to be merged. Blocked by: - https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1841 - https://github.com/NuGet/Home/issues/13855 - ~https://github.com/dotnet/efcore/issues/34728~ -...
Bumps jetbrains.resharper.globaltools from 2024.1.6 to 2024.2.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Can we improve the way IDs are obfuscated? - https://khalidabuhakmeh.com/how-to-encrypt-aspnet-core-route-parameters - https://github.com/sqids/sqids-dotnet Note: Existing tests don't include coverage for IDs in rendered links (it does work properly, though).
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** It would be ideal to be able to have an asynchronous GetMetaAsync in order...
Greetings everyone I need to be able to filter a resource of mine using a udf as part of the comparison. I have a table 'Customer' that has some fields...