Skip to content

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

Open
@MartinOSchmidt

Description

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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