setting status code to Accepted when ingesting #456
run_build.yml
on: pull_request
test-dotnet
39s
build-push-api
0s
build-push-migrator
0s
build-push-background-handler
0s
Annotations
7 errors and 10 warnings
test-dotnet:
src/IIIFPresentation/API/Features/Manifest/Requests/GetManifest.cs#L21
The type or namespace name 'PresentationContext' could not be found (are you missing a using directive or an assembly reference?)
|
test-dotnet:
src/IIIFPresentation/API/Features/Manifest/Requests/GetManifest.cs#L22
The type or namespace name 'IPathGenerator' could not be found (are you missing a using directive or an assembly reference?)
|
test-dotnet:
src/IIIFPresentation/API/Features/Manifest/Requests/GetManifest.cs#L23
The type or namespace name 'IIIFS3Service' could not be found (are you missing a using directive or an assembly reference?)
|
test-dotnet:
src/IIIFPresentation/API/Features/Manifest/Requests/GetManifest.cs#L21
The type or namespace name 'PresentationContext' could not be found (are you missing a using directive or an assembly reference?)
|
test-dotnet:
src/IIIFPresentation/API/Features/Manifest/Requests/GetManifest.cs#L22
The type or namespace name 'IPathGenerator' could not be found (are you missing a using directive or an assembly reference?)
|
test-dotnet:
src/IIIFPresentation/API/Features/Manifest/Requests/GetManifest.cs#L23
The type or namespace name 'IIIFS3Service' 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/AWS/Settings/S3Settings.cs#L11
Non-nullable property 'StorageBucket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test-dotnet:
src/IIIFPresentation/AWS/S3/Models/ObjectFromBucket.cs#L46
Non-nullable property 'ETag' 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.Tests/Helpers/CollectionXTests.cs#L10
Converting null literal or possible null value to non-nullable type.
|
test-dotnet:
src/IIIFPresentation/Core.Tests/IIIF/IIIFResponseXTests.cs#L19
Dereference of a possibly null reference.
|
test-dotnet:
src/IIIFPresentation/Core.Tests/Response/HttpResponseMessageXTests.cs#L42
Dereference of a possibly null reference.
|
test-dotnet:
src/IIIFPresentation/Core.Tests/IIIF/IIIFResponseXTests.cs#L30
Dereference of a possibly null reference.
|
test-dotnet:
src/IIIFPresentation/Core.Tests/IIIF/ThumbnailXTests.cs#L171
Argument of type 'List<Image?>' cannot be used for parameter 'thumbnails' of type 'IEnumerable<Image>' in 'string? ThumbnailX.GetThumbnailPath(IEnumerable<Image> thumbnails)' due to differences in the nullability of reference types.
|
test-dotnet:
src/IIIFPresentation/Core.Tests/Response/HttpResponseMessageXTests.cs#L55
Dereference of a possibly null reference.
|
test-dotnet:
src/IIIFPresentation/Core.Tests/IIIF/IIIFResponseXTests.cs#L49
Dereference of a possibly null reference.
|
test-dotnet:
src/IIIFPresentation/Core.Tests/Response/HttpResponseMessageXTests.cs#L68
Dereference of a possibly null reference.
|