-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update bug-report.yml 9.0.100 SR10 #31163
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
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 updates the bug report template to include support for .NET MAUI version 9.0.100 SR10, adding it to the dropdown lists for both .NET SDK and .NET MAUI versions in the GitHub issue template.
- Adds 9.0.100 SR10 to the .NET SDK version dropdown
- Adds 9.0.100 SR10 to the .NET MAUI version dropdown
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
| - 10.0.0-preview.3 | ||
| - 10.0.0-preview.2 | ||
| - 10.0.0-preview.1 | ||
| - 9.0.100 SR10 |
Copilot
AI
Aug 13, 2025
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.
The version list placement is inconsistent. Line 52 places 9.0.100 SR10 at the top of the 9.x versions, but line 132 places it at the bottom. Both lists should follow the same ordering convention (either newest first or oldest first) for consistency.
* Update bug-report.yml 9.0.100 SR10 (#31163) * Update ShellItemRenderer.cs (#31170) Co-authored-by: Gerald Versluis <[email protected]> * [create-pull-request] automated change (#31181) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix XAML compiled binding warnings in DeviceTests.Runners by adding x:DataType attributes (#30219) * Initial plan * Fix XAML compiled binding warnings by adding x:DataType attributes Co-authored-by: mattleibow <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: mattleibow <[email protected]> * Move externally linked XML API docs to inline source code documentation (#30313) * Initial plan * Convert first batch of XML docs to inline documentation Co-authored-by: jfversluis <[email protected]> * Convert second batch of XML docs to inline documentation Co-authored-by: jfversluis <[email protected]> * Convert third batch of XML docs to inline documentation Co-authored-by: jfversluis <[email protected]> # Conflicts: # src/Controls/src/Core/BoxView/BoxView.cs * Convert fourth batch (50 files) of XML docs to inline documentation Co-authored-by: jfversluis <[email protected]> * Convert fifth batch (100 files) of XML docs to inline documentation - Major milestone! Co-authored-by: jfversluis <[email protected]> * Fix documentation issues - remove T: prefixes, fix generic types, replace "To be added", spell check Co-authored-by: jfversluis <[email protected]> * Fix internal use documentation and CS1573 warnings Co-authored-by: jfversluis <[email protected]> * Delete unused XML documentation files from converted classes Co-authored-by: jfversluis <[email protected]> * Delete 76 truly unreferenced XML documentation files Co-authored-by: jfversluis <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jfversluis <[email protected]> * [create-pull-request] automated change (#31197) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [ci] Fix merge * Update TestAssemblyPage.xaml --------- Co-authored-by: Shane Neuville <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gerald Versluis <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: mattleibow <[email protected]> Co-authored-by: jfversluis <[email protected]>
No description provided.