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)
A property like e.g. SomeStringValues in below class
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)