Simplified Property Groups
Open
Area: Language
Feature - Project File Cleanup
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
It would be nice to support a terser and more readable syntax for `PropertyGroup`.
By making `Properties` an alias for `PropertyGroup` and allowing properties to be provided as attributes instead / in addition to child elements, this:
``` xml
A
B
```
could be simplified to
``` xml
```
This is a pretty big readability improvement.
It would also be nice to alias `Items` to `ItemGroup`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.