json-api-dotnet / JsonApiDotNetCore

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
https://www.jsonapi.net
MIT License
662 stars 160 forks source link

Fixed: Do not allow the use of 'lid' when client-generated IDs are required #1581

Closed bkoelman closed 1 week ago

bkoelman commented 1 week ago

Fixes #1574.

QUALITY CHECKLIST

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.83%. Comparing base (491b003) to head (7302906).

Files Patch % Lines
...n/Request/Adapters/ResourceIdentityRequirements.cs 60.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1581 +/- ## ========================================== + Coverage 90.81% 90.83% +0.01% ========================================== Files 348 348 Lines 11168 11180 +12 Branches 1831 1835 +4 ========================================== + Hits 10142 10155 +13 + Misses 675 673 -2 - Partials 351 352 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.