-
Notifications
You must be signed in to change notification settings - Fork 195
XS ◾ ♻️ Updating all reference of .NET 8 to .NET 10 #11766
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
Open
KahaMason
wants to merge
22
commits into
main
Choose a base branch
from
KM6/NET-10-Update
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.
+106
−92
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
697d16b
Update to .NET 10 for category
KahaMason 35768a7
Mass update for .NET 10 references
KahaMason e8e769c
Re-organize rule order for .NET migrations
KahaMason d6f62d4
Merge branch 'main' of https://github.com/SSWConsulting/SSW.Rules.Con…
KahaMason 9aa77fc
Added a redirect for the old .NET 8 migrations link
KahaMason d274eb6
Merge branch 'KM/NET-10-Update' of https://github.com/KahaMason/SSW.R…
KahaMason 2ff146f
Renamed json mappings too
KostaMadorsky 5111575
Another json fix
KostaMadorsky 244ebbe
Small json fix
KahaMason c4d3462
TinaCMS content update
KahaMason cbad043
Merge branch 'KM6/NET-10-Update' of https://github.com/SSWConsulting/…
KostaMadorsky 2f839ef
update tina-lock.json
Aibono1225 b4014e3
pull from main
KahaMason a2743af
Merge branch 'main' of https://github.com/SSWConsulting/SSW.Rules.Con…
KahaMason 9231ed9
Apply suggestion from @KostaMadorsky
KahaMason 86cacaf
Add redirect
KahaMason 3fe21f1
Update link
KahaMason 4b56ba7
Update rules-to-categories and redirects
KahaMason abbf2ca
Add missing endIntro tags to rules
KahaMason 354ce88
Merge branch 'main' of https://github.com/SSWConsulting/SSW.Rules.Con…
KahaMason 7081391
Update public/uploads/rules/disagreeing-with-powerful-stakeholders/ru…
KahaMason d84612b
Small conversions
KostaMadorsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,11 @@ | ||
| --- | ||
| type: rule | ||
| title: Do you know how to modernize your .NET applications? | ||
| uri: dotnet-upgrade-assistant | ||
| uri: dotnet-modernization-tools | ||
KahaMason marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| redirects: | ||
| - dotnet-upgrade-assistant | ||
| categories: | ||
| - category: categories/software-engineering/rules-to-better-net8-migrations.mdx | ||
| - category: categories/software-engineering/rules-to-better-net10-migrations.mdx | ||
| authors: | ||
| - title: Tylah Kapa | ||
| url: 'https://www.ssw.com.au/people/tylah-kapa' | ||
|
|
@@ -20,22 +22,22 @@ seoDescription: >- | |
| created: 2022-11-11T00:00:00.000Z | ||
| createdBy: Kaha Mason | ||
| createdByEmail: [email protected] | ||
| lastUpdated: 2026-01-20T07:10:50.793Z | ||
| lastUpdated: 2026-01-23T06:17:42.027Z | ||
| lastUpdatedBy: Kaha Mason | ||
| lastUpdatedByEmail: [email protected] | ||
| --- | ||
|
|
||
| With outdated NuGet packages, C# styling and architectures, keeping our .NET Framework applications up to date can be a pain. Especially when we want to make the leap from .NET Framework to .NET for that juicy performance and compatibility bump. | ||
|
|
||
| Luckily Microsoft provides excellent tooling for supporting your great leap into .NET. | ||
| Luckily Microsoft provides excellent tooling for supporting your great leap into the latest version of .NET. | ||
|
|
||
| <endIntro /> | ||
|
|
||
| ## .NET Modernization Tools | ||
|
|
||
| ### GitHub Copilot Modernization Agent | ||
|
|
||
| [GitHub Copilot Modernization Agent](https://dotnet.microsoft.com/en-us/platform/modernize) is Microsoft's newest AI-powered agent for Visual Studio, that aims to assist developers in migrating projects to the latest versions of .NET. | ||
| [GitHub Copilot Modernization Agent](https://learn.microsoft.com/en-us/dotnet/core/porting/github-copilot-app-modernization/overview) is Microsoft's newest AI-powered agent for Visual Studio, that aims to assist developers in migrating projects to the latest versions of .NET. | ||
|
|
||
| ✅ **Pros**: | ||
|
|
||
|
|
@@ -74,7 +76,7 @@ The [.NET Upgrade Assistant](https://learn.microsoft.com/en-us/dotnet/core/porti | |
| * **Open source** - Contribute features and bug fixes to help others achieve the same goal | ||
| * **Upgrading to modern .NET** - Provides more opportunity for the future of your application | ||
|
|
||
| <imageEmbed alt="Image" size="large" showBorder={false} figurePrefix="none" figure="Use the CLI version of Upgrade Assistant" src="/uploads/rules/dotnet-upgrade-assistant/upgrade-assistant-CLI.png" /> | ||
| <imageEmbed alt="Image" size="large" showBorder={false} figurePrefix="none" figure="Use the CLI version of Upgrade Assistant" src="/uploads/rules/dotnet-modernization-tools/upgrade-assistant-CLI.png" /> | ||
|
|
||
| ❌ **Cons**: | ||
|
|
||
|
|
||
File renamed without changes
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.