-
-
Notifications
You must be signed in to change notification settings - Fork 11
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 8 #412
Merged
Merged
Update to .NET 8 #412
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
May 4, 2023
- Update to .NET 8.
- Fix 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
May 4, 2023
Closed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #412 +/- ##
==========================================
- Coverage 98.23% 98.19% -0.05%
==========================================
Files 15 15
Lines 340 332 -8
Branches 96 94 -2
==========================================
- Hits 334 326 -8
Misses 3 3
Partials 3 3
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
May 17, 2023 09:04
13865f4
to
7d82fa7
Compare
martincostello
added a commit
that referenced
this pull request
May 18, 2023
Cherry-pick various changes from #412.
Merged
martincostello
added a commit
that referenced
this pull request
May 18, 2023
Cherry-pick various changes from #412.
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
May 22, 2023 13:19
8d11f17
to
6920130
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
June 14, 2023 14:37
98b34c0
to
44753eb
Compare
martincostello
added a commit
that referenced
this pull request
Jun 16, 2023
Cherry-pick change from #412 to suppress CA1861 in tests.
Merged
martincostello
added a commit
that referenced
this pull request
Jun 16, 2023
Cherry-pick change from #412 to suppress CA1861 in tests.
martincostello
force-pushed
the
dotnet-vnext
branch
3 times, most recently
from
June 23, 2023 10:49
d355e10
to
4144757
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
June 30, 2023 11:40
4144757
to
368edbc
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
July 13, 2023 15:08
b30f331
to
365c7d4
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 28, 2023 11:50
365c7d4
to
4cefd6f
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
5 times, most recently
from
August 10, 2023 11:48
35adf3a
to
15c9292
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 17, 2023 09:35
15c9292
to
60711db
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
August 30, 2023 14:13
eb3126c
to
c077298
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
September 12, 2023 17:23
b445156
to
7b5629f
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
October 10, 2023 18:41
8c0da7c
to
1117033
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
October 25, 2023 18:23
c2f29a4
to
a553fdb
Compare
- Update to preview 7 of .NET 8. - Use `UseArtifactsOutput=true` instead of explicitly setting the output path, as well as dropping explicit use of `--configuration` now that the default is `Release`. - Remove Microsoft.SourceLink.GitHub as it is now included in the .NET SDK.
Update .NET SDK to version 8.0.100-rc.1.23455.8. --- 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 package for RC.1.
Update .NET SDK to version 8.0.100-rc.1.23463.5. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]>
- Use primary constructors where relevant. - Use collection literals where relevant. - Apply some IDE suggestions. - Remove redundant suppressions. - Remove `CommonAssemblyInfo`.
Use C#12 syntax in the README sample.
* Update .NET SDK Update .NET SDK to version 8.0.100-rc.2.23502.2. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rc.1.23421.29 to 8.0.0-rc.2.23480.2 Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rc.1.23421.29 to 8.0.0-rc.2.23480.2. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
Use the new MSBuild terminal logger.
martincostello
force-pushed
the
dotnet-vnext
branch
from
November 9, 2023 07:06
5f5a78c
to
529b9ad
Compare
* Update .NET SDK Update .NET SDK to version 8.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 Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rc.2.23480.2 to 8.0.0 Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rc.2.23480.2 to 8.0.0. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
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.