Skip to content

Adding ability to update a manifest with details from the DLCS #372

Adding ability to update a manifest with details from the DLCS

Adding ability to update a manifest with details from the DLCS #372

Triggered via pull request January 7, 2025 16:28
Status Failure
Total duration 51s
Artifacts

run_build.yml

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

Annotations

5 errors and 11 warnings
test-dotnet: src/IIIFPresentation/API.Tests/Features/Manifest/Validators/PresentationManifestValidatorTests.cs#L17
Required member 'DlcsSettings.ApiJwtKey' must be set in the object initializer or attribute constructor.
test-dotnet: src/IIIFPresentation/API.Tests/Features/Manifest/Validators/PresentationManifestValidatorTests.cs#L80
Required member 'DlcsSettings.ApiJwtKey' must be set in the object initializer or attribute constructor.
test-dotnet: src/IIIFPresentation/API.Tests/Features/Manifest/Validators/PresentationManifestValidatorTests.cs#L17
Required member 'DlcsSettings.ApiJwtKey' must be set in the object initializer or attribute constructor.
test-dotnet: src/IIIFPresentation/API.Tests/Features/Manifest/Validators/PresentationManifestValidatorTests.cs#L80
Required member 'DlcsSettings.ApiJwtKey' must be set in the object initializer or attribute constructor.
test-dotnet
Process completed with exit code 1.
test-dotnet
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-dotnet: src/IIIFPresentation/Core.Tests/Response/HttpResponseMessageXTests.cs#L42
Dereference of a possibly null reference.
test-dotnet: src/IIIFPresentation/Core.Tests/Response/HttpResponseMessageXTests.cs#L55
Dereference of a possibly null reference.
test-dotnet: src/IIIFPresentation/Core.Tests/Response/HttpResponseMessageXTests.cs#L68
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/IIIF/IIIFResponseXTests.cs#L19
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/IIIFResponseXTests.cs#L49
Dereference of a possibly null reference.
test-dotnet: src/IIIFPresentation/Core.Tests/IIIF/IIIFResponseXTests.cs#L59
Dereference of a possibly null reference.
test-dotnet: src/IIIFPresentation/Core.Tests/Helpers/CollectionXTests.cs#L11
Converting null literal or possible null value to non-nullable type.
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.