Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Allow nameof() in [PlantUmlAssociation] #72

Open
0x326 opened this issue Mar 24, 2023 · 0 comments
Open

Feature request: Allow nameof() in [PlantUmlAssociation] #72

0x326 opened this issue Mar 24, 2023 · 0 comments

Comments

@0x326
Copy link
Contributor

0x326 commented Mar 24, 2023

Current state

class Foo
{
    [PlantUmlAssociation(Name = "Bar")]
    public IEnumerable<Bar>? Bars { get; set; }

Desired state

class Foo
{
    [PlantUmlAssociation(Name = nameof(MdmPhoneModel))]
    public IEnumerable<Bar>? Bars { get; set; }
@0x326 0x326 changed the title Feature request: Allow nameof() in PlantUmlAssociation Feature request: Allow nameof() in [PlantUmlAssociation] Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant