Fix orderByDescending
behaviour
#139
Annotations
1 error and 10 warnings
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore
Process completed with exit code 1.
|
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/Test.Helpers/Integration/PresentationAppFactory.cs#L20
Field 'PresentationAppFactory<TProgram>.configureTestServices' is never assigned to, and will always have its default value null
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
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.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
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.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/API/Features/Storage/Requests/PostHierarchicalCollection.cs#L109
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/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