Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests and examples against .NET 9 RC2 #1619

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bkoelman
Copy link
Member

@bkoelman bkoelman commented Oct 14, 2024

Demonstrates that all tests are green when running on .NET 9 with EF Core 9, while still referencing JADNC that targets only .NET 8 and 6.

While there are breaking changes in the EF Core driver API (so you'll need matching EF Core versions for PostgreSQL, MySQL, SQL Server, etc.), the current stable version of JADNC is already compatible. This means there's no need to release a new version.

QUALITY CHECKLIST

@bkoelman bkoelman force-pushed the test-against-dotnet9 branch 2 times, most recently from dc333c6 to 1226a73 Compare October 14, 2024 23:36
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 90.73%. Comparing base (55f671c) to head (d2f2921).

Files with missing lines Patch % Lines
src/Examples/DapperExample/Program.cs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1619   +/-   ##
=======================================
  Coverage   90.73%   90.73%           
=======================================
  Files         353      353           
  Lines       11492    11493    +1     
  Branches     1888     1888           
=======================================
+ Hits        10427    10428    +1     
- Misses        696      697    +1     
+ Partials      369      368    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant