Add inherited properties + fix relative path in generate #25
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
Ivet.TestFramework/RandomGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
|
build:
Ivet.TestFramework/RandomGenerator.cs#L17
Possible null reference return.
|
build:
Ivet.TestModel/Vertex2.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Ivet.TestModel/Vertex1.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Ivet.TestModel/Vertex1.cs#L23
Non-nullable property 'ShortArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Ivet.TestModel/Vertex1.cs#L25
Non-nullable property 'ShortEnumerable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Ivet.TestModel/Vertex1.cs#L32
Non-nullable property 'IntegerArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Ivet.TestModel/Vertex1.cs#L36
Non-nullable property 'IntegerEnumerable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Ivet.TestModel/Vertex1.cs#L38
Non-nullable property 'NullableIntegerEnumerable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Ivet.TestModel/Vertex1.cs#L40
Non-nullable property 'IntegerList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|