Skip to content

Merge upstream/master into master #166

Merge upstream/master into master

Merge upstream/master into master #166

Triggered via pull request May 21, 2024 03:08
Status Failure
Total duration 52s
Artifacts

build.yml

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

Annotations

3 errors and 21 warnings
Build - Release
Process completed with exit code 1.
Build - Debug
The job was canceled because "Release" failed.
Build - Debug
Process completed with exit code 1.
Build - Release
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 - 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: samples/SharedDemo/Demos/BotAnswerNode.cs#L8
Cannot convert null literal to non-nullable reference type.
Build - Release: samples/SharedDemo/Demos/Nodes/PortlessLinks.razor.cs#L69
Cannot convert null literal to non-nullable reference type.
Build - Release: samples/SharedDemo/Demos/CustomGroup/CustomGroupModel.cs#L13
'CustomGroupModel.Title' hides inherited member 'NodeModel.Title'. Use the new keyword if hiding was intended.
Build - Release: samples/SharedDemo/Demos/CustomLink/ThickLink.cs#L7
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: docs/CustomNodesLinks/Widgets/DiagramNodeWidget.razor#L10
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build - Debug: docs/CustomNodesLinks/Widgets/DiagramLinkLabelWidget.razor#L15
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build - Debug: docs/CustomNodesLinks/Widgets/DiagramLinkLabelWidget.razor#L18
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build - Debug: docs/CustomNodesLinks/Models/DiagramLink.cs#L8
Possible null reference argument for parameter 'targetNode' in 'LinkModel.LinkModel(string id, NodeModel sourceNode, NodeModel targetNode)'.
Build - Debug: docs/CustomNodesLinks/Pages/Error.cshtml.cs#L18
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build - Debug: docs/CustomNodesLinks/Pages/Index.razor#L31
Non-nullable property 'BlazorDiagram' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build - Debug: docs/Diagram-Demo/Shared/NavMenu.razor#L26
Possible null reference return.