Skip to content

Simplified Property Groups #820

@mhutch

Description

@mhutch

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions