Skip to content

Validate hierarchical manifest parent #203

Validate hierarchical manifest parent

Validate hierarchical manifest parent #203

Triggered via pull request October 24, 2024 16:01
Status Failure
Total duration 1m 33s
Artifacts

run_build.yml

on: pull_request
build-push-api
0s
build-push-api
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 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/Repository/Collections/CollectionQueryX.cs#L36
Dereference of a possibly null reference.
test-dotnet: src/IIIFPresentation/Repository/Collections/CollectionQueryX.cs#L37
Dereference of a possibly null reference.
test-dotnet: src/IIIFPresentation/AWS.Tests/S3/BucketReaderTests.cs#L48
Dereference of a possibly null reference.
test-dotnet: src/IIIFPresentation/AWS.Tests/S3/BucketReaderTests.cs#L92
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
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/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.