Skip to content

Add support for attributes with actual "Attribute" suffix #91

@Rubabublivuga

Description

@Rubabublivuga

The current solution does not support attributes with "Attribute" suffix.

Unsupported:
[assembly: AssemblyVersionAttribute("9.9.9.9")]

Supported:
[assembly: AssemblyVersion("9.9.9.9")]

There is no semantic difference and Attribute suffix is valid and used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions