Allow flat id to be set #99
Annotations
6 warnings
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/Test.Helpers/Integration/PresentationAppFactory.cs#L19
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/Converters/CollectionConverter.cs#L113
Possible null reference argument for parameter 'orderQueryParam' in 'string CollectionHelperX.GenerateFlatCollectionViewId(Collection collection, UrlRoots urlRoots, int currentPage, int pageSize, string orderQueryParam)'.
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/IIIFPresentation/Test.Helpers/Integration/PresentationAppFactory.cs#L19
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/Converters/CollectionConverter.cs#L113
Possible null reference argument for parameter 'orderQueryParam' in 'string CollectionHelperX.GenerateFlatCollectionViewId(Collection collection, UrlRoots urlRoots, int currentPage, int pageSize, string orderQueryParam)'.
|
Loading