-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Clarify .NET Framework 4.x versioning in side-by-side installation docs #49868
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
Conversation
Co-authored-by: adegeo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR clarifies the .NET Framework versioning documentation to address a misleading statement about side-by-side installations. The original text incorrectly suggested that only one version of .NET Framework can exist on a machine, when in reality multiple major versions (3.5 and 4.x) can coexist, but only one 4.x version can be installed at a time.
- Specified that the side-by-side limitation applies to .NET Framework 4.x specifically
- Added a parenthetical note about .NET Framework 3.5 being separate and optional
- Removed context about potential app breakage during upgrades
Co-authored-by: Copilot <[email protected]>
BillWagner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great @adegeo
I had one grammatical suggestion.
Co-authored-by: Bill Wagner <[email protected]>
Summary
The documentation incorrectly stated that only one version of .NET Framework can exist on a machine. This is misleading—multiple .NET Framework major versions (3.5 and 4.x) can coexist, but only one 4.x version can be installed at a time.
Changes:
Before:
After:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews