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

Drop support for .NET 6, test against .NET 9 #1656

Merged
merged 8 commits into from
Dec 24, 2024
Merged

Drop support for .NET 6, test against .NET 9 #1656

merged 8 commits into from
Dec 24, 2024

Conversation

bkoelman
Copy link
Member

@bkoelman bkoelman commented Dec 24, 2024

Drop support for .NET 6, which is no longer being serviced since November 12, 2024.

Multi-target tests and examples against .NET 8 and 9.

Note

For using MySQL on .NET 9, there is no stable release yet.

QUALITY CHECKLIST

Copy link

codecov bot commented Dec 24, 2024

Codecov Report

Attention: Patch coverage is 99.35149% with 5 lines in your changes missing coverage. Please review.

Project coverage is 90.68%. Comparing base (c4dde57) to head (22507c6).
Report is 9 commits behind head on master.

Files with missing lines Patch % Lines
src/Examples/DapperExample/Program.cs 33.33% 2 Missing ⚠️
...c/JsonApiDotNetCore/Configuration/ResourceGraph.cs 66.66% 2 Missing ⚠️
...piDotNetCore/Diagnostics/AspNetCodeTimerSession.cs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1656      +/-   ##
==========================================
+ Coverage   90.66%   90.68%   +0.01%     
==========================================
  Files         355      354       -1     
  Lines       11559    11535      -24     
  Branches     1905     1900       -5     
==========================================
- Hits        10480    10460      -20     
+ Misses        705      701       -4     
  Partials      374      374              

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

@bkoelman bkoelman force-pushed the drop-net60 branch 2 times, most recently from ef8d74a to 274d878 Compare December 24, 2024 08:26
@bkoelman bkoelman marked this pull request as ready for review December 24, 2024 09:42
@bkoelman bkoelman changed the title Drop support for .NET 6 Drop support for .NET 6, test against .NET 9 Dec 24, 2024
@bkoelman bkoelman merged commit a4895a4 into master Dec 24, 2024
16 checks passed
@bkoelman bkoelman deleted the drop-net60 branch December 24, 2024 10:03
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