v31.1.17 #14
Merged
v31.1.17 #14
Annotations
20 warnings
|
Common/Parent/DiagramMain.razor#L153
Non-nullable property 'jsRuntime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Common/Parent/DiagramMain.razor#L147
Non-nullable field 'MindMapPropertyPanel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Common/Parent/DiagramMain.razor#L142
Non-nullable field 'Toolbar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Common/Parent/DiagramMain.razor#L137
Non-nullable field 'MenuBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Common/Parent/DiagramMain.razor#L132
Non-nullable field 'DiagramContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Common/Parent/DiagramMain.razor#L127
Non-nullable field 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Common/Shared/MainLayout.razor#L17
Non-nullable property 'DiagramMain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Common/Shared/MainLayout.razor#L15
Non-nullable property 'SyncfusionService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Common/Shared/SampleService.cs#L23
Non-nullable event 'Notify' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Common/Pages/DiagramMainContent.razor#L960
Nullability of type of parameter 'args' doesn't match overridden member (possibly because of nullability attributes).
|
|
Common/Pages/MindMapPropertyContainer.razor#L537
Dereference of a possibly null reference.
|
|
Common/Pages/MindMapPropertyContainer.razor#L531
Converting null literal or possible null value to non-nullable type.
|
|
Common/Pages/MindMapPropertyContainer.razor#L528
Dereference of a possibly null reference.
|
|
Common/Pages/MindMapPropertyContainer.razor#L524
Possible null reference argument for parameter 'name' in 'IDiagramObject? SfDiagramComponent.GetObject(string name)'.
|
|
Common/Pages/MindMapPropertyContainer.razor#L523
Dereference of a possibly null reference.
|
|
Common/Pages/MindMapPropertyContainer.razor#L523
Dereference of a possibly null reference.
|
|
Common/Pages/MindMapPropertyContainer.razor#L508
Dereference of a possibly null reference.
|
|
Common/Pages/MindMapPropertyContainer.razor#L508
Dereference of a possibly null reference.
|
|
Common/Pages/MindMapPropertyContainer.razor#L508
Dereference of a possibly null reference.
|
|
Common/Pages/DiagramMainContent.razor#L960
Nullability of type of parameter 'args' doesn't match overridden member (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading