Skip to content

Create and implement new hierarchy table #167

Create and implement new hierarchy table

Create and implement new hierarchy table #167

Triggered via pull request October 18, 2024 09:47
Status Failure
Total duration 43s
Artifacts

run_build.yml

on: pull_request
test-dotnet
32s
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/Requests/GetHierarchicalCollection.cs#L44
The name 'collection' does not exist in the current context
test-dotnet: src/IIIFPresentation/API/Features/Storage/Requests/GetHierarchicalCollection.cs#L44
The name 'collection' does not exist in the current context
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/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/API/Settings/CacheSettings.cs#L77
Non-nullable property 'Overrides' 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/CollectionConverter.cs#L125
Possible null reference argument for parameter 'orderQueryParam' in 'Uri CollectionHelperX.GenerateFlatCollectionViewFirst(Collection collection, UrlRoots urlRoots, int pageSize, string orderQueryParam)'.
test-dotnet: src/IIIFPresentation/API/Converters/CollectionConverter.cs#L132
Possible null reference argument for parameter 'orderQueryParam' in 'Uri CollectionHelperX.GenerateFlatCollectionViewNext(Collection collection, UrlRoots urlRoots, int currentPage, int pageSize, string orderQueryParam)'.
test-dotnet: src/IIIFPresentation/Test.Helpers/Integration/LocalStackFixture.cs#L24
Non-nullable property 'AWSS3ClientFactory' 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/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.