-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Prepare for .NET 8 #1360
Prepare for .NET 8 #1360
Conversation
test/Polly.Core.Tests/Timeout/TimeoutResilienceStrategyTests.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Codecov Report
@@ Coverage Diff @@
## main #1360 +/- ##
==========================================
+ Coverage 83.51% 83.56% +0.05%
==========================================
Files 268 268
Lines 6362 6382 +20
Branches 999 1001 +2
==========================================
+ Hits 5313 5333 +20
Misses 840 840
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Backport various changes from App-vNext#1144: - Simplify NuGet package version management. - Simplify TimeProviderExtensions. - Enable .NET analyzers. - Remove `MockTimeProvider`. - Minor code formatting clean-ups.
Update the Cake dependencies to their latest versions.
Revert unnecessary change to test.
Add comment as requested in peer review.
e07e179
to
3213738
Compare
Port various changes from #1144:
TimeProviderExtensions
.MockTimeProvider
.Also updates the Cake dependencies to their latest versions.