Validate hierarchical manifest parent #203
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.
|