Enabling POST for IIIF collections #116
Annotations
10 warnings
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.
|
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.
|
src/IIIFPresentation/AWS.Tests/S3/BucketReaderTests.cs#L48
Dereference of a possibly null reference.
|
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)
|
src/IIIFPresentation/Test.Helpers/Integration/LocalStackFixture.cs#L23
Non-nullable property 'AWSS3ClientFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/Test.Helpers/Integration/PresentationAppFactory.cs#L20
Field 'PresentationAppFactory<TProgram>.configureTestServices' is never assigned to, and will always have its default value null
|
src/IIIFPresentation/API/Features/Storage/StorageController.cs#L17
The using directive for 'IIIF.Presentation' appeared previously in this namespace
|
src/IIIFPresentation/API/Features/Storage/StorageController.cs#L18
The using directive for 'IIIF.Serialisation' appeared previously in this namespace
|
src/IIIFPresentation/API/Settings/CacheSettings.cs#L61
Non-nullable property 'Overrides' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/API/Settings/ApiSettings.cs#L24
Non-nullable property 'AWS' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading