Skip to content

fix: fix associations (nullable, Associated types, etc.) #4

fix: fix associations (nullable, Associated types, etc.)

fix: fix associations (nullable, Associated types, etc.) #4

Triggered via pull request December 16, 2023 16:56
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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#L10
Non-nullable property 'A' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/PlantUmlClassDiagramGeneratorTest/testData/Attributes.cs#L11
Non-nullable property 'B' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/PlantUmlClassDiagramGeneratorTest/testData/Attributes.cs#L59
Non-nullable field 'intCollection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.