-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 ASP.NET Core 9 #2177
Update to ASP.NET Core 9 #2177
Conversation
martincostello
commented
Feb 13, 2024
•
edited
Loading
edited
- Update to ASP.NET Core 9.
- Migrate from Swashbuckle.AspNetCore to Microsoft.AspNetCore.OpenApi.
- Fix/suppress new code analysis warnings.
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2177 +/- ##
==========================================
- Coverage 78.20% 78.00% -0.20%
==========================================
Files 129 122 -7
Lines 2601 2501 -100
Branches 399 381 -18
==========================================
- Hits 2034 1951 -83
+ Misses 381 366 -15
+ Partials 186 184 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
96286d8
to
d50ec5a
Compare
5b23132
to
eff2d91
Compare
eff2d91
to
8dd9a34
Compare
00bde79
to
88bf3c6
Compare
88bf3c6
to
8542672
Compare
0318623
to
b7da9b4
Compare
6c591bd
to
193220b
Compare
1f6a7b2
to
08d49e9
Compare
7ee0a17
to
7861c5d
Compare
4b189b7
to
4601641
Compare
55bdb6c
to
4420b2b
Compare
2cfb3d1
to
7c65d13
Compare
/deploy |
Deployment to dev failed ❌ |
@costellobot rebase |
- Update to ASP.NET Core 9 using preview 6. - Use new `Convert.ToHexStringLower()` API. - Replace Swashbuckle.AspNetCore with Microsoft.AspNetCore.OpenApi.
Use MartinCostello.OpenApi.Extensions NuGet package to extend OpenAPI document.
- Use preview builds of MartinCostello.OpenApi.Extensions from feedz.io. - Use metadata methods for OpenAPI responses.
Update to the latest version of MartinCostello.OpenApi.Extensions compatible with .NET 9 preview 6.
Fix rebase that removed `type` property.
Add output caching to the OpenAPI endpoint.
Update to preview 7 of ASP.NET Core 9.
Re-enable skipped test.
Update to the latest 9.0.0 release of Microsoft.DotNet.XliffTasks.
Update NuGet package for .NET 9 preview 7.
Revert back to using the latest version of C# instead of preview.
* Update .NET SDK 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: costellobot <102549341+costellobot@users.noreply.github.com> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rc.1.24452.12 SDK. Bumps AspNet.Security.OAuth.Amazon from 9.0.0-preview.7.24413.60 to 9.0.0-preview.7.24459.55. Bumps AspNet.Security.OAuth.Apple from 9.0.0-preview.7.24413.60 to 9.0.0-preview.7.24459.55. Bumps AspNet.Security.OAuth.GitHub from 9.0.0-preview.7.24413.60 to 9.0.0-preview.7.24459.55. --- updated-dependencies: - dependency-name: AspNet.Security.OAuth.Amazon dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AspNet.Security.OAuth.Apple dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AspNet.Security.OAuth.GitHub dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Update NuGet packages Update NuGet packages for RC1. --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> Co-authored-by: Martin Costello <martin@martincostello.com>
Bump Microsoft.Extensions.Http.Resilience to latest version.
Add workaround for native AoT deployment issue.
Remove suppression for CS9057.
415b6a7
to
a99435f
Compare
/deploy |