fix outputDir parameter not working #11
Annotations
10 warnings
build:
test/PlantUmlClassDiagramGeneratorTest/testData/InputClasses.cs#L49
Nullability of reference types in type of 'event PropertyChangedEventHandler ClassC.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
build:
test/PlantUmlClassDiagramGeneratorTest/testData/GenericsType.cs#L21
'SubClass.Value1' hides inherited member 'GenericsType3<string, int>.Value1'. Use the new keyword if hiding was intended.
|
build:
test/PlantUmlClassDiagramGeneratorTest/testData/GenericsType.cs#L22
'SubClass.Value2' hides inherited member 'GenericsType3<string, int>.Value2'. Use the new keyword if hiding was intended.
|
build:
test/PlantUmlClassDiagramGeneratorTest/testData/GenericsType.cs#L27
'SubClass<T>.Value1' hides inherited member 'GenericsType3<GenericsType2<int>, T>.Value1'. Use the new keyword if hiding was intended.
|
build:
test/PlantUmlClassDiagramGeneratorTest/testData/GenericsType.cs#L28
'SubClass<T>.Value2' hides inherited member 'GenericsType3<GenericsType2<int>, T>.Value2'. Use the new keyword if hiding was intended.
|
build:
test/PlantUmlClassDiagramGeneratorTest/testData/NullableRelationship.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
test/PlantUmlClassDiagramGeneratorTest/testData/NullableRelationship.cs#L5
Non-nullable property 'AdditionalData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
test/PlantUmlClassDiagramGeneratorTest/testData/AttributeRequired.cs#L18
Non-nullable property 'Prop1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
test/PlantUmlClassDiagramGeneratorTest/testData/AttributeRequired.cs#L9
Non-nullable property 'Prop1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
test/PlantUmlClassDiagramGeneratorTest/testData/Attributes.cs#L79
Non-nullable property 'PropA' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|