Update logger contexts #155
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/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/Converters/CollectionConverter.cs#L122
Possible null reference argument for parameter 'orderQueryParam' in 'Uri CollectionHelperX.GenerateFlatCollectionViewFirst(Collection collection, UrlRoots urlRoots, int pageSize, string orderQueryParam)'.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/API/Converters/CollectionConverter.cs#L129
Possible null reference argument for parameter 'orderQueryParam' in 'Uri CollectionHelperX.GenerateFlatCollectionViewNext(Collection collection, UrlRoots urlRoots, int currentPage, int pageSize, string orderQueryParam)'.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/API/Features/Storage/Requests/PostHierarchicalCollection.cs#L108
Argument of type 'List<Image?>' cannot be used for parameter 'thumbnails' of type 'List<Image>' in 'string? ThumbnailX.GetThumbnailPath(List<Image> thumbnails)' due to differences in the nullability of reference types.
|
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.Tests/Integration/Infrastructure/TestAuthenticator.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Loading