-
Notifications
You must be signed in to change notification settings - Fork 18
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 #1162
Merged
Merged
Update to .NET 8 #1162
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
martincostello
added
enhancement
dependencies
Pull requests that update a dependency file
.NET
Pull requests that update .net code
labels
May 4, 2023
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1162 +/- ##
==========================================
- Coverage 79.30% 78.96% -0.35%
==========================================
Files 138 138
Lines 3330 3232 -98
Branches 453 451 -2
==========================================
- Hits 2641 2552 -89
+ Misses 454 449 -5
+ Partials 235 231 -4
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
2 times, most recently
from
May 17, 2023 09:09
d81609f
to
16766dd
Compare
martincostello
added a commit
to martincostello/JustSaying
that referenced
this pull request
May 18, 2023
Cherry-pick various changes from justeattakeaway#1162.
Merged
martincostello
added a commit
that referenced
this pull request
May 18, 2023
Cherry-pick various changes from #1162.
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
May 22, 2023 13:14
23b8361
to
2e59499
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
June 20, 2023 09:49
e514a5f
to
79ce1ea
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
June 23, 2023 10:44
8d008ed
to
95251bc
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
June 30, 2023 08:50
95251bc
to
153646e
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 11, 2023 19:00
0881a32
to
a9db0a7
Compare
martincostello
commented
Jul 12, 2023
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 13, 2023 14:35
078b816
to
757bfce
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 21, 2023 16:26
757bfce
to
fc5d682
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
August 8, 2023 17:12
e0becc5
to
6bae3e4
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 17, 2023 09:27
6bae3e4
to
2da017b
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 30, 2023 13:53
2da017b
to
a790b70
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
September 12, 2023 17:18
bd2ec98
to
43c71b4
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
October 10, 2023 18:40
adbc6c8
to
7ca064d
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
October 24, 2023 16:52
7ca064d
to
a0f0c1b
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
November 4, 2023 11:17
a0f0c1b
to
59b3d02
Compare
The Microsoft.SourceLink.GitHub package is now added automatically by the .NET SDK.
* Update .NET SDK Update .NET SDK to version 8.0.100-preview.6.23330.14. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-preview.6.23330.14 SDK. Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 8.0.0-preview.5.23280.8 to 8.0.0-preview.6.23329.7. Bumps Microsoft.Extensions.Configuration.Json from 8.0.0-preview.5.23280.8 to 8.0.0-preview.6.23329.7. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-preview.5.23280.8 to 8.0.0-preview.6.23329.7. Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 1.1.0 to 1.1.1. Bumps Microsoft.Extensions.Hosting from 8.0.0-preview.5.23280.8 to 8.0.0-preview.6.23329.7. Bumps Microsoft.Extensions.Logging from 8.0.0-preview.5.23280.8 to 8.0.0-preview.6.23329.7. Bumps Microsoft.Extensions.Logging.Abstractions from 2.0.0 to 2.2.0. Bumps Microsoft.Extensions.Logging.Console from 8.0.0-preview.5.23280.8 to 8.0.0-preview.6.23329.7. --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> * Revert baseline versions Undo package updates to baseline packages. --------- Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
Update .NET SDK to version 8.0.100-preview.7.23376.3. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
Bumps .NET dependencies to their latest versions for the .NET 8.0.100-preview.7.23376.3 SDK. Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 8.0.0-preview.6.23329.7 to 8.0.0-preview.7.23375.6. Bumps Microsoft.Extensions.Configuration.Json from 8.0.0-preview.6.23329.7 to 8.0.0-preview.7.23375.6. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-preview.6.23329.7 to 8.0.0-preview.7.23375.6. Bumps Microsoft.Extensions.Hosting from 8.0.0-preview.6.23329.7 to 8.0.0-preview.7.23375.6. Bumps Microsoft.Extensions.Logging from 8.0.0-preview.6.23329.7 to 8.0.0-preview.7.23375.6. Bumps Microsoft.Extensions.Logging.Console from 8.0.0-preview.6.23329.7 to 8.0.0-preview.7.23375.6. --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
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: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
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: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
Update NuGet packages for RC1.
- Set SuppressTfmSupportBuildWarnings to silence warning for `net461`. - Remove redundant references. - Fix-up indentation.
- Use primary constructors where relevant. - Use collection literals where relevant. - Adopt various IDE suggestions. - Fix typos. - Remove redundant suppressions. _ Skip test locally that needs AWS. - Fix new code analysis warnings/suggestions.
* 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: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rc.2.23502.2 SDK. Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 8.0.0-rc.1.23419.4 to 8.0.0-rc.2.23479.6. Bumps Microsoft.Extensions.Configuration.Json from 8.0.0-rc.1.23419.4 to 8.0.0-rc.2.23479.6. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rc.1.23419.4 to 8.0.0-rc.2.23479.6. Bumps Microsoft.Extensions.Hosting from 8.0.0-rc.1.23419.4 to 8.0.0-rc.2.23479.6. Bumps Microsoft.Extensions.Logging from 8.0.0-rc.1.23419.4 to 8.0.0-rc.2.23479.6. Bumps Microsoft.Extensions.Logging.Console from 8.0.0-rc.1.23419.4 to 8.0.0-rc.2.23479.6. --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> --------- Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
Use the new MSBuild terminal logger.
martincostello
force-pushed
the
dotnet-vnext
branch
from
November 9, 2023 07:06
8b62c42
to
070d404
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: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100 SDK. Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 8.0.0-rc.2.23479.6 to 8.0.0. Bumps Microsoft.Extensions.Configuration.Json from 8.0.0-rc.2.23479.6 to 8.0.0. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rc.2.23479.6 to 8.0.0. Bumps Microsoft.Extensions.Hosting from 8.0.0-rc.2.23479.6 to 8.0.0. Bumps Microsoft.Extensions.Logging from 8.0.0-rc.2.23479.6 to 8.0.0. Bumps Microsoft.Extensions.Logging.Console from 8.0.0-rc.2.23479.6 to 8.0.0. --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> --------- Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
This was referenced Nov 14, 2023
This was referenced Nov 15, 2023
Update Serilog.Extensions.Logging to 8.0.0.
slang25
approved these changes
Nov 15, 2023
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
.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.
--configuration Release
.