Skip to content

Addition of new class Space:Wing and ODR. #39

Addition of new class Space:Wing and ODR.

Addition of new class Space:Wing and ODR. #39

Triggered via pull request March 7, 2024 12:49
Status Failure
Total duration 33s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 3.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.