REC TC decision 1/11/24 - resolution to issue #252 and #244 #33
Annotations
10 warnings
build:
Tools/DTDLValidator/Program.cs#L18
Non-nullable property 'Extension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tools/DTDLValidator/Program.cs#L21
Non-nullable property 'Directory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tools/DTDLValidator/Program.cs#L27
Non-nullable property 'InputFiles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Tools/DTDLValidator/Program.cs#L43
Dereference of a possibly null reference.
|
build:
Tools/DTDLValidator/Program.cs#L44
Dereference of a possibly null reference.
|
build:
Tools/DTDLValidator/Program.cs#L49
Converting null literal or possible null value to non-nullable type.
|
build:
Tools/DTDLValidator/Program.cs#L107
Converting null literal or possible null value to non-nullable type.
|
build:
Tools/DTDLValidator/Program.cs#L110
Possible null reference argument for parameter 'json' in 'JsonDocument JsonDocument.Parse(string json, JsonDocumentOptions options = default(JsonDocumentOptions))'.
|
build:
Tools/DTDLValidator/Program.cs#L168
Possible null reference return.
|
build:
Tools/DTDLValidator/Program.cs#L18
Non-nullable property 'Extension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|