API gains delegated auth #150
Annotations
10 warnings
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
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.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
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.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/AWS.Tests/S3/BucketReaderTests.cs#L48
Dereference of a possibly null reference.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
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)
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
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.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/API/Settings/DlcsSettings.cs#L10
Non-nullable property 'ApiUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
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.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/API/Auth/DelegatedAuthHandler.cs#L53
Non-nullable property 'Realm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/API/Settings/ApiSettings.cs#L19
Non-nullable property 'AWS' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/API/Converters/CollectionConverter.cs#L122
Possible null reference argument for parameter 'orderQueryParam' in 'Uri CollectionHelperX.GenerateFlatCollectionViewFirst(Collection collection, UrlRoots urlRoots, int pageSize, string orderQueryParam)'.
|
Loading