JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.

Results 110 JsonApiDotNetCore issues
Sort by recently updated
recently updated
newest added

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...

question

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...

enhancement
OpenAPI

**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...

enhancement

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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jetbrains.resharper.globaltools&package-manager=nuget&previous-version=2024.1.6&new-version=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...

dependencies
.NET

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).

enhancement
needs-investigation

**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...

enhancement

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...

question