Skip to content
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

.NET 8 RTM #100

Merged
merged 3 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,14 @@ Read the next part in this series: _[Part 2 - Automation is our Friend][part-2]_

## Upgrading to .NET 8 Series Links

You can find links to the other posts in this series here - I'll keep them updated as new posts are published over the course of 2023.
You can find links to the other posts in this series below.

- Part 1 - Why Upgrade? (this post)
- [Part 2 - Automation is our Friend][part-2]
- [Part 3 - Previews 1-5][part-3]
- [Part 4 - Preview 6][part-4]
- [Part 5 - Preview 7 and Release Candidates 1 and 2][part-5]
- [Part 6 - The Stable Release][part-6]

[damian-edwards]: https://twitter.com/DamianEdwards "@DamianEdwards on Twitter"
[dotnet-8-downloads]: https://dotnet.microsoft.com/download/dotnet/8.0 "Download .NET 8"
Expand All @@ -120,5 +121,6 @@ You can find links to the other posts in this series here - I'll keep them updat
[part-3]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-3-previews-1-to-5 "Previews 1-5"
[part-4]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-4-preview-6 "Preview 6"
[part-5]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-5-preview-7-and-rc-1-2 "Preview 7 and Release Candidates 1 and 2"
[part-6]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-6-stable-release "The Stable Release"
[penny-pinching]: https://www.hanselman.com/blog/penny-pinching-in-the-cloud-running-and-managing-lots-of-web-apps-on-a-single-azure-app-service "Penny Pinching in the Cloud: Running and Managing LOTS of Web Apps on a single Azure App Service"
[rakes]: https://youtu.be/2WZLJpMOxS4 "Sideshow Bob stepping on rakes"
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,14 @@ releases of .NET 8 and some of the interesting issues testing them uncovered: _[

## Upgrading to .NET 8 Series Links

You can find links to the other posts in this series here - I'll keep them updated as new posts are published over the course of 2023.
You can find links to the other posts in this series below.

- [Part 1 - Why Upgrade?][part-1]
- Part 2 - Automation is our Friend (this post)
- [Part 3 - Previews 1-5][part-3]
- [Part 4 - Preview 6][part-4]
- [Part 5 - Preview 7 and Release Candidates 1 and 2][part-5]
- [Part 6 - The Stable Release][part-6]

[advent-of-code]: https://github.com/martincostello/adventofcode "martincostello/adventofcode on GitHub"
[ca1859]: https://learn.microsoft.com/en-gb/dotnet/fundamentals/code-analysis/quality-rules/ca1859 "CA1859: Use concrete types when possible for improved performance"
Expand Down Expand Up @@ -281,6 +282,7 @@ You can find links to the other posts in this series here - I'll keep them updat
[part-3]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-3-previews-1-to-5 "Previews 1-5"
[part-4]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-4-preview-6 "Preview 6"
[part-5]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-5-preview-7-and-rc-1-2 "Preview 7 and Release Candidates 1 and 2"
[part-6]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-6-stable-release "The Stable Release"
[patch-tuesday]: https://en.wikipedia.org/wiki/Patch_Tuesday "Patch Tuesday on Wikipedia"
[permanence]: https://xkcd.com/910/ "Permanence on XKCD"
[rebase-workflow]: https://github.com/martincostello/github-automation/blob/main/.github/workflows/rebase.yml "The rebase workflow on GitHub"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,14 @@ In the next post in this series, we'll take a look at upgrading to .NET 8 Previe

## Upgrading to .NET 8 Series Links

You can find links to the other posts in this series here - I'll keep them updated as new posts are published over the course of 2023.
You can find links to the other posts in this series below.

- [Part 1 - Why Upgrade?][part-1]
- [Part 2 - Automation is our Friend][part-2]
- Part 3 - Previews 1-5 (this post)
- [Part 4 - Preview 6][part-4]
- [Part 5 - Preview 7 and Release Candidates 1 and 2][part-5]
- [Part 6 - The Stable Release][part-6]

[aot]: https://learn.microsoft.com/aspnet/core/fundamentals/native-aot "ASP.NET Core support for native AOT"
[artifacts-output]: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-3/#simplified-output-path "Simplified output path"
Expand Down Expand Up @@ -267,6 +268,7 @@ You can find links to the other posts in this series here - I'll keep them updat
[part-2]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-2-automation-is-our-friend "Automation is our Friend"
[part-4]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-4-preview-6 "Preview 6"
[part-5]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-5-preview-7-and-rc-1-2 "Preview 7 and Release Candidates 1 and 2"
[part-6]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-6-stable-release "The Stable Release"
[playwright]: https://playwright.dev/dotnet/ "Playwright for .NET"
[playwright-beta]: https://www.nuget.org/packages/Microsoft.Playwright/1.36.0-beta-1 "Microsoft.Playwright 1.36.0-beta-1"
[polly-dotnet-8]: https://github.com/App-vNext/Polly/pull/1144 "Add support for .NET 8"
Expand Down
4 changes: 3 additions & 1 deletion source/2023-07-19-upgrading-to-dotnet-8-part-4-preview-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,14 @@ Preview 7 as well as release candidates 1 and 2: _[Part 5 - Preview 7 and Releas

## Upgrading to .NET 8 Series Links

You can find links to the other posts in this series here - I'll keep them updated as new posts are published over the course of 2023.
You can find links to the other posts in this series below.

- [Part 1 - Why Upgrade?][part-1]
- [Part 2 - Automation is our Friend][part-2]
- [Part 3 - Previews 1-5][part-3]
- Part 4 - Preview 6 (this post)
- [Part 5 - Preview 7 and Release Candidates 1 and 2][part-5]
- [Part 6 - The Stable Release][part-6]

[configuration-binding-source-generator]: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-6/#configuration-binding-source-generator-improvements "Configuration binding source generator improvements"
[csharp-interceptors]: https://devblogs.microsoft.com/dotnet/new-csharp-12-preview-features/#interceptors "Interceptors"
Expand All @@ -222,6 +223,7 @@ You can find links to the other posts in this series here - I'll keep them updat
[part-2]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-2-automation-is-our-friend "Automation is our Friend"
[part-3]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-3-previews-1-to-5 "Previews 1-5"
[part-5]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-5-preview-7-and-rc-1-2 "Preview 7 and Release Candidates 1 and 2"
[part-6]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-6-stable-release "The Stable Release"
[primary-constructors]: https://devblogs.microsoft.com/dotnet/check-out-csharp-12-preview/#primary-constructors-for-non-record-classes-and-structs "Primary constructors for non-record classes and structs"
[rdg]: https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-3/#minimal-apis-and-native-aot "Minimal APIs and native AOT"
[safia-abdalla]: https://github.com/captainsafia "@captainsafia on GitHub"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,14 @@ In the next and final post in this series, we'll take a look at completing the u

## Upgrading to .NET 8 Series Links

You can find links to the other posts in this series here - I'll keep them updated as new posts are published over the course of 2023.
You can find links to the other posts in this series below.

- [Part 1 - Why Upgrade?][part-1]
- [Part 2 - Automation is our Friend][part-2]
- [Part 3 - Previews 1-5][part-3]
- [Part 4 - Preview 6][part-4]
- Part 5 - Preview 7 and Release Candidates 1 and 2 (this post)
- [Part 6 - The Stable Release][part-6]

[App-vNext-Polly-1144]: https://github.com/App-vNext/Polly/pull/1144
[ca1849]: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849
Expand Down Expand Up @@ -277,6 +278,7 @@ You can find links to the other posts in this series here - I'll keep them updat
[part-2]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-2-automation-is-our-friend "Automation is our Friend"
[part-3]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-3-previews-1-to-5 "Previews 1-5"
[part-4]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-4-preview-6 "Preview 6"
[part-6]: https://blog.martincostello.com/upgrading-to-dotnet-8-part-6-stable-release "The Stable Release"
[performance-improvements]: https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-8/ "Performance Improvements in .NET 8"
[preview-7]: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-7/ "Announcing .NET 8 Preview 7"
[polly]: https://github.com/App-vNext/Polly "App-vNext/Polly on GitHub"
Expand Down
Loading