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

Properties that are arrays of simple types are not part of created plantuml, if "Create Association" is enabled #94

Open
MartinOSchmidt opened this issue Feb 8, 2024 · 0 comments

Comments

@MartinOSchmidt
Copy link

A property like e.g. SomeStringValues in below class

public abstract class MyClass
{
    public string[] SomeStringValues { get; }
    public string SomeString {get;}
}

won't become part of the created *.puml, if "Create Association" option is enabled.

I guess the extension tries to create an association for the array, but as there is no equivalent c#-type(-name) for string[], the association-creation fails (but a simple array should anyhow not be treated like an association)

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