JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

Build against .NET 10 preview

Open bkoelman opened this issue 8 months ago • 1 comments

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 private NuGet feed, so that users can give it a try.

QUALITY CHECKLIST

  • [ ] Changes implemented in code
  • [ ] Complies with our contributing guidelines
  • [ ] Adapted tests
  • [ ] Documentation updated

bkoelman avatar Apr 19 '25 00:04 bkoelman

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 91.81%. Comparing base (ba3accf) to head (c87ed0a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1710      +/-   ##
==========================================
- Coverage   92.80%   91.81%   -0.99%     
==========================================
  Files         437      370      -67     
  Lines       14831    12036    -2795     
  Branches     2392     2011     -381     
==========================================
- Hits        13764    11051    -2713     
+ Misses        654      617      -37     
+ Partials      413      368      -45     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Apr 19 '25 00:04 codecov[bot]