Skip to content

[Debug] SvgPathProperties reference #245

[Debug] SvgPathProperties reference

[Debug] SvgPathProperties reference #245

Re-run triggered January 28, 2025 05:38
Status Failure
Total duration 5s
Artifacts

build.yml

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

Annotations

10 errors and 11 warnings
Build - Release: 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=0ec265393928748e'.
Build - Release: 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=0ec265393928748e'.
Build - Release: 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=0ec265393928748e'.
Build - Release: src/Blazor.Diagrams/Components/LinkWidget.razor#L64
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=0ec265393928748e'.
Build - Release: 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=0ec265393928748e'.
Build - Release: 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=0ec265393928748e'.
Build - Release: 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=0ec265393928748e'.
Build - Release: src/Blazor.Diagrams/Components/LinkWidget.razor#L64
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=0ec265393928748e'.
Build - Release
Process completed with exit code 1.
Build - Debug
The job was canceled because "Release" failed.
Build - Release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build - Release: 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.
Build - Release: docs/Layouts/Pages/Index.razor#L94
Dereference of a possibly null reference.
Build - Release: docs/Layouts/Pages/Index.razor#L43
Non-nullable property '_diagram' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build - Release: docs/Layouts/Pages/Index.razor#L45
Non-nullable field '_layout' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build - Release: docs/CustomNodesLinks/Models/DiagramLink.cs#L8
Possible null reference argument for parameter 'targetNode' in 'LinkModel.LinkModel(string id, NodeModel sourceNode, NodeModel targetNode)'.
Build - Release: 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.
Build - Release: 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.
Build - Release: 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.
Build - Release: 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.
Build - Release: 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.