-
Notifications
You must be signed in to change notification settings - Fork 2
Update to .NET 10 #2106
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
base: main
Are you sure you want to change the base?
Update to .NET 10 #2106
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2106 +/- ##
=======================================
Coverage 60.39% 60.39%
=======================================
Files 138 138
Lines 3530 3530
Branches 465 454 -11
=======================================
Hits 2132 2132
- Misses 1386 1398 +12
+ Partials 12 0 -12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Device | URL |
---|---|
desktop | https://localhost:50001 |
Device | URL |
---|---|
mobile | https://localhost:50001 |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
c999537
to
2460f0f
Compare
4dda84f
to
58b808d
Compare
c530604
to
416e165
Compare
@costellobot rebase |
81180a4
to
48be8ce
Compare
@costellobot rebase |
a6056fa
to
f66b369
Compare
Update to .NET 10 with .NET SDK version 10.0.100-preview.1.25120.13. Co-Authored-By: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 10.0.100-preview.2.25164.34. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.2.25164.34 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.1.25120.3 to 10.0.0-preview.2.25164.1. Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.1.25120.3 to 10.0.0-preview.2.25164.1. Bumps Microsoft.Extensions.Caching.Memory from 10.0.0-preview.1.25080.5 to 10.0.0-preview.2.25163.2. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Caching.Memory dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> * Bump OpenAPI package Update to Microsoft.OpenApi 2.0.0-preview7. * Fix build Disable OpenAPI XML source generator due to compilation issues. --------- Signed-off-by: costellobot <[email protected]> Co-authored-by: martincostello <[email protected]>
Remove workarounds for `IDE0306` false positives.
* Update .NET SDK Update .NET SDK to version 10.0.100-preview.3.25201.16. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 10.0.100-preview.3.25201.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.3.25201.16 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.2.25164.1 to 10.0.0-preview.3.25172.1. Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.2.25164.1 to 10.0.0-preview.3.25172.1. Bumps Microsoft.Extensions.Caching.Memory from 10.0.0-preview.2.25163.2 to 10.0.0-preview.3.25171.5. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.0-preview.3.25172.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.0-preview.3.25172.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Caching.Memory dependency-version: 10.0.0-preview.3.25171.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
f66b369
to
34756f1
Compare
Summary 🚀
Update to .NET 10.
This pull request is targeting a preview version of .NET.
These changes should not be merged before .NET 10 reaches the release candidate stage.
Changes 📝
10.0.100-preview.1.25120.13
net10.0
Further Reading 📖
🤖 This pull request was generated by GitHub Actions using .NET Bumper.