dotnet / dotnet/project-system
Missing property page/launch profile documentation
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
We're missing some documentation around extending the property pages and launch profiles. In some cases this is whole concepts; in other cases we're just missing parts.
- [HOW TO: Add a New Property Page](https://github.com/dotnet/project-system/blob/main/docs/repo/property-pages/how-to-add-a-new-project-property-page.md)
- [x] [Option 2: Embedded XAML file](https://github.com/dotnet/project-system/blob/main/docs/repo/property-pages/how-to-add-a-new-project-property-page.md#option-2-embedded-xaml-file)
- [HOW TO: Extend an Existing Property Page](https://github.com/dotnet/project-system/blob/main/docs/repo/property-pages/how-to-extend-a-project-property-page.md)
- [ ] [Option 2: Embedded XAML file](https://github.com/dotnet/project-system/blob/main/docs/repo/property-pages/how-to-extend-a-project-property-page.md#option-2-embedded-xaml-file)
- [ ] Option 3: `IRuleObjectProvider`
- [Localization](https://github.com/dotnet/project-system/blob/main/docs/repo/property-pages/localization.md)
- [ ] [Integrating embedded localized XAML](https://github.com/dotnet/project-system/blob/main/docs/repo/property-pages/localization.md#integrating-embedded-localized-xaml)
- [ ] Localization and `IRuleObjectProvider`
- [ ] Creating custom editors
- [ ] Property value interception
- [ ] Creating custom `IProjectPropertiesProvider`s
Contributor guide
Assessment
This issue has not been assessed yet.