Skip to content

Return the target framework to netstandard1.0. #10

Return the target framework to netstandard1.0.

Return the target framework to netstandard1.0. #10

Triggered via push January 6, 2024 07:02
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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/GenericsType.cs#L38
Non-nullable property 'X' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/PlantUmlClassDiagramGeneratorTest/testData/GenericsType.cs#L33
Non-nullable property 'Gt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.