Explicitely bind DlcsSettings #1790
run_build.yml
on: pull_request
test-dotnet
9m 58s
build-push-orchestrator
0s
build-push-thumbs
0s
build-push-engine
0s
build-push-portal
0s
build-push-api
0s
build-push-cleanuphandler
0s
build-push-migrator
0s
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.
|