-
-
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
Draft
martincostello
wants to merge
14
commits into
main
Choose a base branch
from
dotnet-vnext
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Update to ASP.NET Core 9 #1017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
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.
martincostello
added
enhancement
New feature or request
dependencies
Pull requests that update a dependency file
.NET
Pull requests that update .net code
labels
Feb 13, 2024
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. |
martincostello
force-pushed
the
dotnet-vnext
branch
from
February 16, 2024 12:01
39801bb
to
18292c4
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
March 12, 2024 20:03
1d91a01
to
dfcf0a4
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
March 21, 2024 14:54
e66f166
to
a8c777a
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
April 5, 2024 09:21
e1581a2
to
7c066e5
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
April 9, 2024 19:28
d84364c
to
0183109
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
April 29, 2024 09:26
8a002c8
to
f7512e9
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
May 14, 2024 17:03
f7512e9
to
16c6ed6
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
May 28, 2024 22:01
3bbe489
to
cee6d23
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
June 1, 2024 13:05
f24de83
to
e0f9bca
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
4 times, most recently
from
June 14, 2024 15:16
f5029c0
to
7467cd4
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
June 21, 2024 04:20
7467cd4
to
1fba713
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 2, 2024 04:23
1fba713
to
aa64487
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 9, 2024 16:42
aa64487
to
eedf244
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 18, 2024 05:41
2214d3a
to
d4d6221
Compare
@costellobot rebase |
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 21, 2024 09:24
d4d6221
to
d32896c
Compare
@costellobot rebase |
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 21, 2024 09:58
d32896c
to
9bb9a36
Compare
@costellobot rebase |
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 24, 2024 08:03
9bb9a36
to
79d03c5
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 13, 2024 17:06
79d03c5
to
5d26393
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
August 21, 2024 04:19
856bec4
to
4d09804
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
September 10, 2024 04:14
903b91e
to
94c5647
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
September 16, 2024 04:41
cb83bc4
to
a892d2c
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
September 24, 2024 16:31
a892d2c
to
c707499
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 <102549341+costellobot@users.noreply.github.com> * 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 <102549341+costellobot@users.noreply.github.com> --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
* 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 <102549341+costellobot@users.noreply.github.com> * 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 <102549341+costellobot@users.noreply.github.com> --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
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 <102549341+costellobot@users.noreply.github.com> * 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 <102549341+costellobot@users.noreply.github.com> --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
* 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 <102549341+costellobot@users.noreply.github.com> * 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 <102549341+costellobot@users.noreply.github.com> --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
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 <102549341+costellobot@users.noreply.github.com> * 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 <102549341+costellobot@users.noreply.github.com> --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
* 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 <102549341+costellobot@users.noreply.github.com> * 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 <102549341+costellobot@users.noreply.github.com> * 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 <102549341+costellobot@users.noreply.github.com> Co-authored-by: Martin Costello <martin@martincostello.com>
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 <102549341+costellobot@users.noreply.github.com>
Update NuGet packages for RC1.
martincostello
force-pushed
the
dotnet-vnext
branch
from
October 8, 2024 17:02
c707499
to
72477ea
Compare
* 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 <102549341+costellobot@users.noreply.github.com> * 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 <102549341+costellobot@users.noreply.github.com> * Fix NU1904 warning Update transient reference to System.Text.Encodings.Web. --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> Co-authored-by: Martin Costello <martin@martincostello.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
.NET
Pull requests that update .net code
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.