Fix references to make package compatible with our code #28
Annotations
10 errors and 11 warnings
Build:
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?)
|
Build:
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?)
|
Build:
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?)
|
Build:
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?)
|
Build:
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?)
|
Build:
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?)
|
Build:
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?)
|
Build:
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?)
|
Build:
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?)
|
Build:
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?)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Build:
tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Build:
tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L51
Cannot convert null literal to non-nullable reference type.
|
Build:
tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Build:
tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Build:
tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L51
Cannot convert null literal to non-nullable reference type.
|
Build:
samples/SharedDemo/Demos/BotAnswerNode.cs#L8
Cannot convert null literal to non-nullable reference type.
|
Build:
samples/SharedDemo/Demos/CustomGroup/CustomGroupModel.cs#L13
'CustomGroupModel.Title' hides inherited member 'NodeModel.Title'. Use the new keyword if hiding was intended.
|
Build:
samples/SharedDemo/Demos/CustomLink/ThickLink.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Build:
samples/SharedDemo/Demos/Nodes/PortlessLinks.razor.cs#L69
Cannot convert null literal to non-nullable reference type.
|
Loading