-
Notifications
You must be signed in to change notification settings - Fork 6k
Delete C++/CLI snippets where not needed #45892
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
Labels
📌 seQUESTered
Identifies that an issue has been imported into Quest.
Comments
This was referenced Apr 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue or suggestion
In the "old days", we always added API examples to the .NET docs in three languages: C#, VB, and C++/CLI. Today, we primarily add snippets in C#, sometimes also VB, and never in C++/CLI. We’ve also never had a customer request for a C++/CLI code example.
As far as maintenance goes, if one of these older code snippets needs to be updated, then it needs to be updated in 3 languages. Also, many of these code examples use now-obsolete APIs and/or outdated syntax. Given that C++/CLI has numerous restrictions on .NET (Core) (for example, it only runs on Windows) and doesn’t seem to be commonly used except as a thin interop layer, we propose deleting the C++/CLI snippets from the .NET docs except for in the following areas:
• Interop docs
• .NET Framework-specific docs
Associated WorkItem - 423793
The text was updated successfully, but these errors were encountered: