-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Remove extraneous COMPLUS_ info #50077
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
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 modernizes the .NET documentation by removing outdated COMPLUS_ prefix references, given that the DOTNET_ prefix was introduced 4 years ago in .NET 6. The changes simplify documentation maintenance while preserving a note for .NET Framework users.
Key changes:
- Removes the complus-prefix.md include file that was used across multiple documentation pages
- Updates environment variable tables to show only DOTNET_ prefix (removes COMPLUS_ entries)
- Adds environment variable indexes to two key documentation sections for easier navigation
- Adds inline note about .NET Framework continuing to use COMPLUS_ prefix
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| includes/complus-prefix.md | Deleted the include file that explained COMPLUS_ backward compatibility |
| docs/core/tools/dotnet-environment-variables.md | Added environment variable indexes for runtime and SDK/CLI sections; updated ms.date |
| docs/core/runtime-config/index.md | Replaced include with inline note about .NET Framework using COMPLUS_ |
| docs/core/runtime-config/wpf.md | Removed complus-prefix include |
| docs/core/runtime-config/threading.md | Removed include and COMPLUS_ entries from environment variable tables |
| docs/core/runtime-config/garbage-collector.md | Removed COMPLUS_ entries from tables and code examples; updated text grammar |
| docs/core/runtime-config/debugging-profiling.md | Removed include and COMPLUS_ entries; improved grammar in notes |
| docs/core/runtime-config/compilation.md | Removed include and COMPLUS_ entries from environment variable tables |
Internal previews
Toggle expand/collapse