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

Expand upgrade documentation to include specifics about pinning SDK, tooling, packages, and more. #43688

Open
JonDouglas opened this issue Nov 21, 2024 · 1 comment
Labels
dotnet-fundamentals/svc install/subsvc Pri1 High priority, do before Pri2 and Pri3 ⌚ Not Triaged Not triaged

Comments

@JonDouglas
Copy link
Contributor

JonDouglas commented Nov 21, 2024

Type of issue

Missing information

Description

https://learn.microsoft.com/dotnet/core/install/upgrade currently provides very high level guidance to upgrading projects for each major .NET version.

There however are many more challenges that one may face when they use new IDE, editor, etc experiences that we should document some further best practices on.

We should inform users how to "pin" to certain versions of tooling, sdk, packages, etc so that they know that if/when new capabilities are provided in tooling, they can upgrade fearlessly and be able to build while they slowly upgrade these components on the new versions of tooling.

Some ideas for this doc:

  • Why pinning matters (avoiding unexpected "breaking changes" or new behaviors. how it allows for controlled, incremental adoption of new features)
  • Add AnalysisLevel, SDKAnalysisLevel, global.json, package lock files, central package management, package source mapping, etc
  • Managing VS components and SxS versions
  • Specifying specific versions of MSBuild
  • Checklist to determine readiness for a VS / .NET SDK update (i.e. .NET 8 -> .NET 9)
  • Any further documents on specific migration/upgrades for certain workloads (ASP.NET / EF / MAUI / etc)

This document is inspired by the .NET 9/VS 17.12 release.

Relevant areas:

Page URL

https://learn.microsoft.com/en-us/dotnet/core/install/upgrade

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/install/upgrade.md

Document Version Independent Id

a20fa96c-6d92-d941-f6d0-bf0369028e7f

Article author

@gewarren

Metadata

  • ID: 327f5330-9be0-25fe-1e75-3673f7809d0d
  • Service: dotnet-fundamentals
  • Sub-service: install

Related Issues

@issues-automation issues-automation bot added dotnet-fundamentals/svc install/subsvc Pri1 High priority, do before Pri2 and Pri3 labels Nov 21, 2024
@dotnetrepoman dotnetrepoman bot added the ⌚ Not Triaged Not triaged label Nov 21, 2024
@gewarren
Copy link
Contributor

@adegeo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-fundamentals/svc install/subsvc Pri1 High priority, do before Pri2 and Pri3 ⌚ Not Triaged Not triaged
Projects
None yet
Development

No branches or pull requests

2 participants