Skip to content

Fix references to make package compatible with our code #177

Fix references to make package compatible with our code

Fix references to make package compatible with our code #177

Triggered via pull request May 27, 2024 22:33
Status Failure
Total duration 1m 0s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 21 warnings
Build - Debug: 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 - Debug: 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 - Debug: 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 - Debug: 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 - Debug: 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 - Debug: 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 - Debug: 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 - Debug: src/Blazor.Diagrams/Components/LinkWidget.razor#L10
The type 'SvgPath' is defined in an assembly that is not referenced. You must add a reference to assembly 'SvgPathProperties, Version=1.1.2.0, Culture=neutral, PublicKeyToken=1bb11947532424aa'.
Build - Debug: src/Blazor.Diagrams/Components/LinkWidget.razor#L26
The type 'SvgPath' is defined in an assembly that is not referenced. You must add a reference to assembly 'SvgPathProperties, Version=1.1.2.0, Culture=neutral, PublicKeyToken=1bb11947532424aa'.
Build - Debug: src/Blazor.Diagrams/Components/LinkWidget.razor#L28
The type 'SvgPath' is defined in an assembly that is not referenced. You must add a reference to assembly 'SvgPathProperties, Version=1.1.2.0, Culture=neutral, PublicKeyToken=1bb11947532424aa'.
Build - Release
The job was canceled because "Debug" failed.
Build - Release
The operation was canceled.
Build - Debug
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 - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L51
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L51
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L51
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L51
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L51
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L18
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L51
Cannot convert null literal to non-nullable reference type.
Build - Release: docs/Layouts/Pages/Error.cshtml.cs#L18
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.