Skip to content

REC TC decision 1/11/24 - resolution to issue #252 and #244 #34

REC TC decision 1/11/24 - resolution to issue #252 and #244

REC TC decision 1/11/24 - resolution to issue #252 and #244 #34

Triggered via pull request January 12, 2024 14:02
Status Success
Total duration 30s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.