Allowing ability to create a collection #10
Annotations
3 errors and 10 warnings
src/IIIFPresentation/API/Features/Storage/StorageController.cs#L100
The type or namespace name 'UpdateCollection' could not be found (are you missing a using directive or an assembly reference?)
|
src/IIIFPresentation/API/Features/Storage/StorageController.cs#L100
The type or namespace name 'UpdateCollection' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/IIIFPresentation/Models/API/Collection/HierarchicalCollection.cs#L8
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/Models/API/Collection/HierarchicalCollection.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/Models/API/Collection/HierarchicalCollection.cs#L14
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/Models/API/Collection/HierarchicalCollection.cs#L16
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/Core/Response/HttpResponseMessageX.cs#L42
The variable 'exception' is declared but never used
|
src/IIIFPresentation/API/Settings/ApiSettings.cs#L8
Non-nullable property 'ResourceRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/API/Settings/ApiSettings.cs#L15
Non-nullable property 'PathBase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/API/Converters/UrlRoots.cs#L12
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/API/Converters/UrlRoots.cs#L17
Non-nullable property 'ResourceRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/IIIFPresentation/API/Exceptions/ApiException.cs#L7
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading