-
Notifications
You must be signed in to change notification settings - Fork 6
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 #475
Merged
Merged
Update to .NET 8 #475
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 #475 +/- ##
==========================================
+ Coverage 89.76% 89.85% +0.08%
==========================================
Files 27 27
Lines 606 601 -5
Branches 127 127
==========================================
- Hits 544 540 -4
+ Misses 31 30 -1
Partials 31 31
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:08
80c9a7c
to
427ab1d
Compare
martincostello
added a commit
to martincostello/JustEat.StatsD
that referenced
this pull request
May 18, 2023
Cherry-pick various changes from justeattakeaway#475.
Merged
martincostello
added a commit
that referenced
this pull request
May 18, 2023
Cherry-pick various changes from #475.
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
May 22, 2023 13:14
ed13668
to
6332f42
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
June 13, 2023 17:28
a6c1377
to
34095c6
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
June 23, 2023 10:44
40090f7
to
27dfef7
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
June 30, 2023 11:23
27dfef7
to
a86ad1e
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
July 13, 2023 14:34
f2af627
to
9fadb38
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
4 times, most recently
from
August 10, 2023 09:18
1d8df4f
to
d52ec78
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 17, 2023 09:27
5a42fde
to
201a463
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
September 5, 2023 15:41
4cfe562
to
4439cb3
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
September 12, 2023 17:18
4439cb3
to
bf71ff5
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
September 25, 2023 18:33
1b3a7d4
to
60ef08a
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
October 10, 2023 18:45
6ebab43
to
f308848
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
October 24, 2023 16:52
f308848
to
dca19e8
Compare
- Update to preview 3 of .NET 8. - Fix CS8350 warnings. - Fix new code analysis warnings. - Enable CI for the `dotnet-vnext` branch. - Drop unsupported TFM from benchmarks. - Remove redundant `--configuration Release`. - Use `$PSScriptRoot`. - Apply suggestions from Visual Studio to simplify code.
Update .NET SDK to version 8.0.100-preview.4.23260.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>
Use `UseArtifactsOutput=true` instead of explicitly setting the output path, as well as dropping explicit use of `--configuration` now that the default is `Release`.
Set the executable bit for Linux and macOS.
* Update .NET SDK Update .NET SDK to version 8.0.100-preview.5.23303.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> * Suppress CA1861 Suppress CA1861 in test code for readability. --------- 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 <martin@martincostello.com>
Update `Microsoft.Extensions.DependencyInjection.*` packages from preview 3.
The Microsoft.SourceLink.GitHub package is now added automatically by the .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> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
Bump `Microsoft.Extensions.DependencyInjection` and `Microsoft.Extensions.DependencyInjection.Abstractions` to .NET 8 preview versions.
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> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
Update Microsoft.Extensions.* packages to 8.0.0-preview.7.23375.6.
- Fix packages after bad rebase. - Revert `scoped` changes after change to use C# 10.
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 packages 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: 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 target-typed new expressions. - Simplify using statements. - Remove redundant suppressions.
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> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
Update NuGet packages for RC2
martincostello
force-pushed
the
dotnet-vnext
branch
from
November 9, 2023 08:17
a0f8700
to
c7e86a4
Compare
- Add `net6.0`. - Add `net462`. - Remove `net5.0`, `netstandard2.1` and `net461`.
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> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
Use stable package versions for .NET 8.
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
.net6.0
andnet462
and dropnet5.0
,netstandard2.1
andnet461
.