Change id's to be generated by sqids and an injected id generator #102
Annotations
6 warnings
src/IIIFPresentation/Test.Helpers/Integration/PresentationAppFactory.cs#L19
Field 'PresentationAppFactory<TProgram>.configureTestServices' is never assigned to, and will always have its default value null
|
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/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)'.
|
src/IIIFPresentation/Test.Helpers/Integration/PresentationAppFactory.cs#L19
Field 'PresentationAppFactory<TProgram>.configureTestServices' is never assigned to, and will always have its default value null
|
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/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)'.
|
The logs for this run have expired and are no longer available.
Loading