-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Cleanup .NET implementations lists #49103
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
- UWP is not a .NET implementation. Delete it from the .NET implementation lists. - Clarify Mono status. Fixes dotnet#47096
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 cleans up the .NET implementations documentation by removing UWP from the list of .NET implementations and clarifying Mono's status. The changes correct the categorization since UWP is not actually a .NET implementation but rather a platform that uses .NET.
Key changes:
- Remove UWP from .NET implementations lists and delete its dedicated section
- Update descriptions to reflect three main implementations instead of four
- Clarify Mono's description as the original community/open source .NET
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/fundamentals/implementations.md | Removes UWP section and references, updates count from four to three implementations, reorganizes content |
| docs/core/introduction.md | Reorders implementation list to prioritize .NET (Core), removes detailed support status descriptions |
gewarren
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.
Thanks @jkotas
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Fixes #47096
Internal previews