Allowing ability to create a collection #1
Annotations
1 error and 10 warnings
test-dotnet
Process completed with exit code 1.
|
test-dotnet:
src/IIIFPresentation/Models/API/Collection/View.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test-dotnet:
src/IIIFPresentation/Models/API/Collection/SeeAlso.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test-dotnet:
src/IIIFPresentation/Models/API/Collection/SeeAlso.cs#L9
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test-dotnet:
src/IIIFPresentation/Models/API/Collection/SeeAlso.cs#L11
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test-dotnet:
src/IIIFPresentation/Models/API/Collection/PartOf.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test-dotnet:
src/IIIFPresentation/Models/API/Collection/PartOf.cs#L9
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test-dotnet:
src/IIIFPresentation/Models/API/Collection/Item.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test-dotnet:
src/IIIFPresentation/Models/API/Collection/Item.cs#L9
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test-dotnet:
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.
|
test-dotnet:
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.
|