[Snyk] Upgrade lit from 3.1.2 to 3.2.1 #47
Annotations
10 warnings
src/jcdcdev.Umbraco.RelationsManager/Models/RelationTypeModel.cs#L7
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/jcdcdev.Umbraco.RelationsManager/Models/RelationTypeModel.cs#L8
Non-nullable property 'ParentEntityType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/jcdcdev.Umbraco.RelationsManager/Models/RelationTypeModel.cs#L9
Non-nullable property 'ChildEntityType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/jcdcdev.Umbraco.RelationsManager/Models/RelationTypeModel.cs#L10
Non-nullable property 'Relations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/jcdcdev.Umbraco.RelationsManager/Models/RelationModel.cs#L14
Non-nullable property 'ChildUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/jcdcdev.Umbraco.RelationsManager/Models/RelationModel.cs#L15
Non-nullable property 'ParentUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/jcdcdev.Umbraco.RelationsManager/Models/RelationModel.cs#L16
Non-nullable property 'ChildEntityType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/jcdcdev.Umbraco.RelationsManager/Models/RelationModel.cs#L17
Non-nullable property 'ParentEntityType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/jcdcdev.Umbraco.RelationsManager/Controllers/RelationsManagerApiController.cs#L199
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/jcdcdev.Umbraco.RelationsManager/Controllers/RelationsManagerApiController.cs#L208
Non-nullable property 'Comment' 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