Skip to content

Allowing ability to create a collection #10

Allowing ability to create a collection

Allowing ability to create a collection #10

Triggered via pull request August 21, 2024 16:32
Status Failure
Total duration 37s
Artifacts

run_build.yml

on: pull_request
test-dotnet
27s
test-dotnet
build-push-api
0s
build-push-api
build-push-migrator
0s
build-push-migrator
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
test-dotnet: src/IIIFPresentation/API/Features/Storage/StorageController.cs#L100
The type or namespace name 'UpdateCollection' could not be found (are you missing a using directive or an assembly reference?)
test-dotnet: src/IIIFPresentation/API/Features/Storage/StorageController.cs#L100
The type or namespace name 'UpdateCollection' could not be found (are you missing a using directive or an assembly reference?)
test-dotnet
Process completed with exit code 1.
test-dotnet: src/IIIFPresentation/Models/API/Collection/HierarchicalCollection.cs#L8
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/IIIFPresentation/Models/API/Collection/HierarchicalCollection.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/IIIFPresentation/Models/API/Collection/HierarchicalCollection.cs#L14
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/IIIFPresentation/Models/API/Collection/HierarchicalCollection.cs#L16
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/IIIFPresentation/Core/Response/HttpResponseMessageX.cs#L42
The variable 'exception' is declared but never used
test-dotnet: src/IIIFPresentation/API/Settings/ApiSettings.cs#L8
Non-nullable property 'ResourceRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/IIIFPresentation/API/Settings/ApiSettings.cs#L15
Non-nullable property 'PathBase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/IIIFPresentation/API/Converters/UrlRoots.cs#L12
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/IIIFPresentation/API/Converters/UrlRoots.cs#L17
Non-nullable property 'ResourceRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: src/IIIFPresentation/API/Exceptions/ApiException.cs#L7
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.