Skip to content

Explicitely bind DlcsSettings #1790

Explicitely bind DlcsSettings

Explicitely bind DlcsSettings #1790

Re-run triggered September 6, 2024 12:20
Status Failure
Total duration 10m 13s
Artifacts

run_build.yml

on: pull_request
build-push-orchestrator
0s
build-push-orchestrator
build-push-thumbs
0s
build-push-thumbs
build-push-engine
0s
build-push-engine
build-push-portal
0s
build-push-portal
build-push-api
0s
build-push-api
build-push-cleanuphandler
0s
build-push-cleanuphandler
build-push-migrator
0s
build-push-migrator
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
test-dotnet
Process completed with exit code 253.
test-dotnet: src/protagonist/Hydra/Model/SupportedProperty.cs#L8
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/SupportedProperty.cs#L11
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/SupportedProperty.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/SupportedProperty.cs#L26
Non-nullable property 'UnstableNote' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L37
Non-nullable property 'SupportedOperations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L8
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L14
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L17
Non-nullable property 'Range' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Operation.cs#L13
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.