Migrate to modern property pages
Open
Nobody has claimed this yet.
enhancement
Epic
- Dominant language
- C#
- Stars
- 2.6k
- Forks
- 680
- Avg merge
- 39m
- Merged PRs (30d)
- 1
Description
Create a python application in VS. In solution explorer, right click on the Project and click on Properties. You will see something like this:
This is a very old UI experience that violates a few Microsoft accessibility tenets (it doesn't support Dark Mode theme, for example), and has a variety of other problems.
We are going to move up to the new property pages. Docs for this are at https://github.com/dotnet/project-system/tree/main/docs/repo/property-pages
It will look something like this:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.