-
Notifications
You must be signed in to change notification settings - Fork 1.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@copilot lets not call it .NET MAUI Controls, although the package is called like that, lets just refer to the product name: .NET MAUI |
|
@copilot address comments |
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 adds a comprehensive, high-quality README.md to the Microsoft.Maui.Controls NuGet package following Microsoft's official guidelines. The README will be displayed on NuGet.org's package page, providing users with essential information about .NET MAUI, getting started instructions, code examples, and community resources.
Key Changes:
- Created a professional README following the structure of the OpenAI .NET SDK README as a model
- Includes badges, platform support matrix, getting started guide, code examples, and documentation links
- Updated
Controls.NuGet.csprojto include the README in the NuGet package
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/Controls/src/NuGet/README.md | Comprehensive 291-line README with .NET MAUI overview, supported platforms, installation instructions, quick start examples, key features, documentation links, and community resources |
| src/Controls/src/NuGet/Controls.NuGet.csproj | Added PackageReadmeFile property and ItemGroup to pack README.md into the NuGet package |
|
@copilot address comment |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/backport to release/10.0.1xx-sr2 |
|
Started backporting to |
|
/rebase |
Co-authored-by: jfversluis <[email protected]>
Co-authored-by: jfversluis <[email protected]>
…s, update Discord/social links Co-authored-by: jfversluis <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Kartheek Penagamuri <[email protected]>
Co-authored-by: jfversluis <[email protected]>
Co-authored-by: jfversluis <[email protected]>
Co-authored-by: jfversluis <[email protected]>
1508a5c to
0883dbf
Compare
|
/backport to release/10.0.1xx-sr2 |
Co-authored-by: PureWeen <[email protected]>
Co-authored-by: PureWeen <[email protected]>
* Initial plan * Initial plan for syncing PR #32835 to sr2 branch Co-authored-by: PureWeen <[email protected]> * Sync PR #32835 platform requirements to match main branch Co-authored-by: PureWeen <[email protected]> * Delete src/Core/src/Handlers/HybridWebView/HybridWebView.js.map --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: PureWeen <[email protected]> Co-authored-by: Shane Neuville <[email protected]>
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test 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 following Microsoft's official guidelines. The README will render on NuGet.org's package page.
Changes:
/src/Controls/src/NuGet/README.mdwith:Controls.NuGet.csprojwith:PackageReadmeFilepropertyStructure modeled after OpenAI .NET SDK README.
The README provides a balanced approach with both code snippets for quick start and documentation links for comprehensive learning with visual examples. All documentation links are clean URLs without version markers or local identifiers.
Issues Fixed
Fixes #31969
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.