Modernization #406
Annotations
10 warnings
|
build:
Kontent.Ai.Delivery/UsedIn/UsedInItemSystemAttributes.cs#L44
Non-nullable property 'Workflow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Kontent.Ai.Delivery/UsedIn/UsedInItemSystemAttributes.cs#L40
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Kontent.Ai.Delivery/UsedIn/UsedInItemSystemAttributes.cs#L36
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Kontent.Ai.Delivery/UsedIn/UsedInItemSystemAttributes.cs#L28
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Kontent.Ai.Delivery/UsedIn/UsedInItemSystemAttributes.cs#L24
Non-nullable property 'Codename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Kontent.Ai.Delivery/UsedIn/UsedInItemSystemAttributes.cs#L20
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Kontent.Ai.Delivery/UsedIn/UsedInItemSystemAttributes.cs#L16
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Kontent.Ai.Delivery/ContentItems/ContentItemSystemAttributes.cs#L48
Nullability of reference types in return type of 'string? ContentItemSystemAttributes.WorkflowStep.get' doesn't match implicitly implemented member 'string IContentItemSystemAttributes.WorkflowStep.get' (possibly because of nullability attributes).
|
|
build:
Kontent.Ai.Delivery/ContentItems/ContentItemSystemAttributes.cs#L44
Nullability of reference types in return type of 'string? ContentItemSystemAttributes.Workflow.get' doesn't match implicitly implemented member 'string IContentItemSystemAttributes.Workflow.get' (possibly because of nullability attributes).
|
|
build:
Kontent.Ai.Delivery.Abstractions/ContentItems/RichText/Resolution/IHtmlResolverBuilder.cs#L136
Ambiguous reference in cref attribute: 'WithHtmlNodeResolver'. Assuming 'IHtmlResolverBuilder.WithHtmlNodeResolver(HtmlNodePredicate, BlockResolver<IHtmlNode>, string?)', but could have also matched other overloads including 'IHtmlResolverBuilder.WithHtmlNodeResolver(string, BlockResolver<IHtmlNode>)'.
|