-
-
Notifications
You must be signed in to change notification settings - Fork 30
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 #1017
Update to ASP.NET Core 9 #1017
Conversation
martincostello
commented
Feb 13, 2024
•
edited
Loading
edited
- Update to ASP.NET Core 9.
- Replace NSwag with Microsoft.AspNetCore.OpenApi.
- Fix/suppress new code analysis warnings.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1017 +/- ##
==========================================
- Coverage 92.19% 90.17% -2.03%
==========================================
Files 18 18
Lines 282 285 +3
Branches 22 22
==========================================
- Hits 260 257 -3
- Misses 14 20 +6
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
39801bb
to
18292c4
Compare
1d91a01
to
dfcf0a4
Compare
e66f166
to
a8c777a
Compare
e1581a2
to
7c066e5
Compare
d84364c
to
0183109
Compare
8a002c8
to
f7512e9
Compare
f7512e9
to
16c6ed6
Compare
3bbe489
to
cee6d23
Compare
f24de83
to
e0f9bca
Compare
f5029c0
to
7467cd4
Compare
7467cd4
to
1fba713
Compare
1fba713
to
aa64487
Compare
aa64487
to
eedf244
Compare
2214d3a
to
d4d6221
Compare
@costellobot rebase |
d4d6221
to
d32896c
Compare
@costellobot rebase |
d32896c
to
9bb9a36
Compare
@costellobot rebase |
856bec4
to
4d09804
Compare
903b91e
to
94c5647
Compare
cb83bc4
to
a892d2c
Compare
a892d2c
to
c707499
Compare
c707499
to
72477ea
Compare
9ff8fb1
to
3c49655
Compare
Update to preview 1 of ASP.NET Core 9.
* Update .NET SDK Update .NET SDK to version 9.0.100-preview.2.24157.14. --- 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 9.0.100-preview.2.24157.14 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.1.24081.5 to 9.0.0-preview.2.24128.4. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-preview.1.24081.2 to 9.0.0-preview.2.24128.4. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 9.0.100-preview.3.24204.13. --- 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 9.0.100-preview.3.24204.13 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.2.24128.4 to 9.0.0-preview.3.24172.13. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-preview.2.24128.4 to 9.0.0-preview.3.24172.4. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
Disable noisy CA1515 warning in the ruleset.
* Update .NET SDK Update .NET SDK to version 9.0.100-preview.4.24267.66. --- 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 9.0.100-preview.4.24267.66 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.3.24172.13 to 9.0.0-preview.4.24267.6. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-preview.3.24172.4 to 9.0.0-preview.4.24267.1. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 9.0.100-preview.5.24307.3. --- 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 9.0.100-preview.5.24307.3 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.4.24267.6 to 9.0.0-preview.5.24306.11. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-preview.4.24267.1 to 9.0.0-preview.5.24306.3. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
Migrate from NSwag to the new Microsoft.AspNetCore.OpenApi NuGet package.
* Update .NET SDK Update .NET SDK to version 9.0.100-preview.6.24328.19. --- 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 9.0.100-preview.6.24328.19 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.5.24306.11 to 9.0.0-preview.6.24328.4. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-preview.5.24306.11 to 9.0.0-preview.6.24328.4. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-preview.5.24306.3 to 9.0.0-preview.6.24327.4. --- 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.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK 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: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.7.24407.12 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.6.24328.4 to 9.0.0-preview.7.24406.2. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-preview.6.24328.4 to 9.0.0-preview.7.24406.2. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-preview.6.24327.4 to 9.0.0-preview.7.24405.3. --- 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.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> * Fix build Rename method. * Fix method name Verb changed from Use to Add. * Fix build Fix obsolete warning by using `X509CertificateLoader.LoadPkcs12FromFile()`. --------- Signed-off-by: costellobot <[email protected]> Co-authored-by: Martin Costello <[email protected]>
Revert back to using the latest version of C# instead of preview.
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 <[email protected]>
Update NuGet packages for RC1.
* Update .NET SDK 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: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rc.2.24474.11 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rc.1.24452.1 to 9.0.0-rc.2.24474.3. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rc.1.24452.1 to 9.0.0-rc.2.24474.3. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-rc.1.24451.1 to 9.0.0-rc.2.24474.1. --- 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.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> * Fix NU1904 warning Update transient reference to System.Text.Encodings.Web. --------- Signed-off-by: costellobot <[email protected]> Co-authored-by: Martin Costello <[email protected]>
3c49655
to
ef07a77
Compare
* Update .NET SDK Update .NET SDK to version 9.0.100. --- 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 9.0.100 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rc.2.24474.3 to 9.0.0. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rc.2.24474.3 to 9.0.0. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-rc.2.24474.1 to 9.0.0. --- 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.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
Bump System.Text.Encodings.Web to stable version for .NET 9.