Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redth/mauiissuereprobrowser
https://github.com/redth/mauiissuereprobrowser
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redth/mauiissuereprobrowser
- Owner: Redth
- License: mit
- Created: 2023-04-18T19:40:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-10T18:22:09.000Z (over 1 year ago)
- Last Synced: 2024-10-13T15:08:11.622Z (25 days ago)
- Language: C#
- Size: 171 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MauiIssueReproBrowser
## How to test with a specific MAUI PR
1. Clone the repo and checkout the PR branch
2. `dotnet tool restore`
3. `dotnet cake --target=VS --pack --sln="C:\path\to\MauiIssueReproBrowser\MauiReproBrowser.sln"`## Adding a repro
1. Create a new folder inside the `MauiReproBrowser\Issues\` directory named with the corresponding github issue number
2. Add a new XAML file (eg: Issue12345.xaml)
3. Add the `[Issue(12345, "Title of issue")]` attribute to the root page class for the repro.
4. Add your repro code