Skip to content

fix outputDir parameter not working #11

fix outputDir parameter not working

fix outputDir parameter not working #11

Triggered via push January 6, 2024 08:51
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.