new file, new implementation with separate thread to modify the colle… #278
Annotations
11 errors and 10 warnings
|
|
|
src/Blazor.Diagrams.Core/PathGenerators/PathGeneratorResult.cs#L2
The type or namespace name 'SvgPathProperties' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Blazor.Diagrams.Core/PathGenerators/SmoothPathGenerator.cs#L5
The type or namespace name 'SvgPathProperties' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Blazor.Diagrams.Core/PathGenerators/StraightPathGenerator.cs#L3
The type or namespace name 'SvgPathProperties' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Blazor.Diagrams.Core/PathGenerators/PathGeneratorResult.cs#L19
The type or namespace name 'SvgPath' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Blazor.Diagrams.Core/PathGenerators/PathGeneratorResult.cs#L20
The type or namespace name 'SvgPath' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Blazor.Diagrams.Core/PathGenerators/PathGeneratorResult.cs#L8
The type or namespace name 'SvgPath' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Blazor.Diagrams.Core/PathGenerators/PathGeneratorResult.cs#L8
The type or namespace name 'SvgPath' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Blazor.Diagrams.Core/PathGenerators/PathGeneratorResult.cs#L2
The type or namespace name 'SvgPathProperties' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Blazor.Diagrams.Core/PathGenerators/SmoothPathGenerator.cs#L5
The type or namespace name 'SvgPathProperties' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Blazor.Diagrams.Core/PathGenerators/StraightPathGenerator.cs#L3
The type or namespace name 'SvgPathProperties' could not be found (are you missing a using directive or an assembly reference?)
|
|
tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L50
Cannot convert null literal to non-nullable reference type.
|
|
docs/CustomNodesLinks/Widgets/DiagramNodeWidget.razor#L10
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
docs/CustomNodesLinks/Models/DiagramLink.cs#L8
Possible null reference argument for parameter 'targetNode' in 'LinkModel.LinkModel(string id, NodeModel sourceNode, NodeModel targetNode)'.
|
|
docs/CustomNodesLinks/Widgets/DiagramLinkLabelWidget.razor#L15
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
docs/CustomNodesLinks/Widgets/DiagramLinkLabelWidget.razor#L18
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
docs/CustomNodesLinks/Pages/Error.cshtml.cs#L18
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
docs/CustomNodesLinks/Pages/Index.razor#L31
Non-nullable property 'BlazorDiagram' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
docs/Layouts/Pages/Error.cshtml.cs#L18
Non-nullable property 'RequestId' 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