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 #1619

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

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 2 lines in your changes missing coverage. Please review.

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

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

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


🚨 Try these New Features:

@bkoelman bkoelman force-pushed the test-against-dotnet9 branch 3 times, most recently from ff34463 to 2aea6a3 Compare October 16, 2024 10:56
@bkoelman bkoelman force-pushed the test-against-dotnet9 branch from 2aea6a3 to bfbe40b Compare October 26, 2024 10:49
@bkoelman bkoelman force-pushed the test-against-dotnet9 branch 2 times, most recently from 454d758 to d2f2921 Compare November 12, 2024 22:50
@bkoelman bkoelman force-pushed the test-against-dotnet9 branch from d2f2921 to c11c0c2 Compare November 22, 2024 10:08
@bkoelman bkoelman changed the title Run tests and examples against .NET 9 RC2 Run tests and examples against .NET 9 Nov 22, 2024
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