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

Add [DisallowNull] on TId in pipeline parameters #1583

Closed bkoelman closed 1 week ago

bkoelman commented 1 week ago

image

Fixes #1571.

QUALITY CHECKLIST

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.80%. Comparing base (ae5d0d1) to head (3897ebd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1583 +/- ## ======================================= Coverage 90.80% 90.80% ======================================= Files 348 348 Lines 11184 11185 +1 Branches 1836 1836 ======================================= + Hits 10156 10157 +1 Misses 676 676 Partials 352 352 ```

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