- Notifications
You must be signed in to change notification settings - Fork1.9k
Add comprehensive README to Microsoft.Maui.Controls NuGet package#32835
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
jfversluis commentedNov 24, 2025
@copilot lets not call it .NET MAUI Controls, although the package is called like that, lets just refer to the product name: .NET MAUI |
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
| Run on Android: | ||
| ```bash | ||
| dotnet build -t:Run -f net10.0-android | ||
| ``` | ||
| Run on iOS (Mac only): | ||
| ```bash | ||
| dotnet build -t:Run -f net10.0-ios | ||
| ``` | ||
| Run on Windows: | ||
| ```bash | ||
| dotnet build -t:Run -f net10.0-windows | ||
| ``` |
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.
I think we can just use dotnet run now instead of -t:Run, check online then update this if this statement is true
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.
I researched this anddotnet build -t:Run is still the recommended approach for .NET MAUI projects due to their multi-targeting nature and platform-specific requirements.dotnet run can encounter issues with launch profiles and platform-specific tasks in MAUI projects. Keeping the current commands.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
jfversluis commentedNov 24, 2025
@copilot address comments |
…s, update Discord/social linksCo-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you couldtest the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Description of Change
Adds a high-quality README to the Microsoft.Maui.Controls NuGet package followingMicrosoft's official guidelines. The README will render on NuGet.org's package page.
Changes:
/src/Controls/src/NuGet/README.mdwith:BackgroundpropertyControls.NuGet.csprojwith:PackageReadmeFilepropertyStructure modeled afterOpenAI .NET SDK README.
Example quick start:
Issues Fixed
Fixes#26051
Original prompt
✨ Let Copilot coding agentset things up for you — coding agent works faster and does higher quality work when set up for your repo.