-
Notifications
You must be signed in to change notification settings - Fork 556
Update "Mono for Android" references to ".NET for Android" in error messages and user-facing text #10282
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
…essages and code Co-authored-by: jonathanpeppers <[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.
Other bots & build integrations update some of the files you changed.
- Undo the changes to all
*.lcl
files - Undo the changes to all
*.resx
files except the main "English" one - Update
.github/copilot-instructions.md
to follow these rules for next time
Co-authored-by: jonathanpeppers <[email protected]>
Done! I've reverted all *.lcl files and non-English *.resx files as requested, keeping only the main English Resources.resx file with the updated product name. I've also updated .github/copilot-instructions.md with guidelines to avoid modifying auto-managed localization files in the future. The changes are in commit 900fb7e. |
src/Xamarin.Android.Build.Tasks/Tasks/GetAppSettingsDirectory.cs
Outdated
Show resolved
Hide resolved
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/AndroidSdkResolver.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: jonathanpeppers <[email protected]>
This PR addresses the issue of outdated "Mono for Android" product name references appearing in error messages and user-facing text throughout the codebase. The product is now called ".NET for Android" and all user-facing references should reflect the current naming.
Changes Made
CallbackCode.cs
- Exception message for JNIEnv compatibility issuesGetAppSettingsDirectory.cs
- Directory path and commentsjavadoc-to-mdoc.cs
- API documentation generationVerification
The only remaining "Mono for Android" reference is in
Documentation/project-docs/ApkSharedLibraries.md
, which appropriately documents the historical evolution from "Mono for Android" through "Xamarin.Android" to the current ".NET for Android".Fixes #8574.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.