-
-
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
Update to .NET 9 SDK #2003
Merged
Merged
Update to .NET 9 SDK #2003
Commits on Oct 16, 2024
-
- Build with the .NET 9 (preview 6) SDK. - Add tests TFM for `net9.0`. - Remove tests for `net6.0` TFM. - Run workflows on PRs to `dotnet-vnext` branch. - Only audit direct NuGet dependencies. - Fix IDE0022 warning. - Temporarily disable some tests that are failing in GitHub Actions.
Configuration menu - View commit details
-
Copy full SHA for 9737b69 - Browse repository at this point
Copy the full SHA 9737b69View commit details -
Re-enable failing tests (#2255)
Disable TFM parallelism for `dotnet test` in the Polly.Core project on Windows to fix two failing tests. See https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/sdk#run-tests-in-parallel.
Configuration menu - View commit details
-
Copy full SHA for 5bf89c0 - Browse repository at this point
Copy the full SHA 5bf89c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3e771 - Browse repository at this point
Copy the full SHA ab3e771View commit details -
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com> Co-authored-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c86b107 - Browse repository at this point
Copy the full SHA c86b107View commit details -
Update NuGet packages for .NET 9 preview 7.
Configuration menu - View commit details
-
Copy full SHA for 04b1d1e - Browse repository at this point
Copy the full SHA 04b1d1eView commit details -
Bump Microsoft.Extensions.TimeProvider.Testing
Update Microsoft.Extensions.TimeProvider.Testing to .NET 9 preview 7.
Configuration menu - View commit details
-
Copy full SHA for e6f073c - Browse repository at this point
Copy the full SHA e6f073cView commit details -
Update .NET SDK to version 9.0.100-rc.1.24452.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com> Co-authored-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 314c693 - Browse repository at this point
Copy the full SHA 314c693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5087ff9 - Browse repository at this point
Copy the full SHA 5087ff9View commit details -
Update the TimeProvider testing package to preview 8.
Configuration menu - View commit details
-
Copy full SHA for 58a561c - Browse repository at this point
Copy the full SHA 58a561cView commit details -
Update .NET SDK to version 9.0.100-rc.2.24474.11. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com> Co-authored-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f5ae02 - Browse repository at this point
Copy the full SHA 3f5ae02View commit details -
Configuration menu - View commit details
-
Copy full SHA for d090973 - Browse repository at this point
Copy the full SHA d090973View commit details -
Use [DebuggerDisableUserUnhandledExceptions] (#2254)
- Add usage of `[DebuggerDisableUserUnhandledExceptions]` to avoid newer versions of the Visual Studio debugger for breaking for exceptions on async code paths we are intentionally handling. - Add copy of `[DebuggerDisableUserUnhandledExceptions]` for use in downlevel versions of .NET that do not contain the attribute.
Configuration menu - View commit details
-
Copy full SHA for 73c7feb - Browse repository at this point
Copy the full SHA 73c7febView commit details
Commits on Nov 12, 2024
-
- Update to the stable version of .NET 9. - Bump version to 8.5.0.
Configuration menu - View commit details
-
Copy full SHA for c9c129e - Browse repository at this point
Copy the full SHA c9c129eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.