-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Stop testing with .NET 6 #3219
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
Stop testing with .NET 6 #3219
Conversation
Speed up CI and avoid warnings in test projects for unsupported TFMs by not compiling test projects for `net6.0`. Relates to domaindrivendev#3087.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3219 +/- ##
==========================================
- Coverage 83.65% 83.57% -0.08%
==========================================
Files 76 76
Lines 3175 3160 -15
Branches 536 536
==========================================
- Hits 2656 2641 -15
Misses 519 519
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Speed up CI and avoid warnings in test projects for unsupported TFMs by not compiling test projects for
net6.0
.Relates to #3087.