-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Area: LanguageIssues impacting the MSBuild programming language.Issues impacting the MSBuild programming language.Feature - Project File Cleanuptriaged
Milestone
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:
<PropertyGroup>
<Foo>A</Foo>
<Bar>B</Bar>
</PropertyGroup>could be simplified to
<Properties
Foo="A"
Bar="B"
/>This is a pretty big readability improvement.
It would also be nice to alias Items to ItemGroup.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: LanguageIssues impacting the MSBuild programming language.Issues impacting the MSBuild programming language.Feature - Project File Cleanuptriaged