Skip to content

WI00856225 - Remove FluentAssertions from Blazor.Diagrams.Core.Tests #244

WI00856225 - Remove FluentAssertions from Blazor.Diagrams.Core.Tests

WI00856225 - Remove FluentAssertions from Blazor.Diagrams.Core.Tests #244

Triggered via pull request January 28, 2025 04:43
Status Failure
Total duration 1m 29s
Artifacts

build.yml

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

Annotations

11 errors and 20 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=cc4e4dbe62d8fea9'.
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=cc4e4dbe62d8fea9'.
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=cc4e4dbe62d8fea9'.
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=cc4e4dbe62d8fea9'.
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=cc4e4dbe62d8fea9'.
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=cc4e4dbe62d8fea9'.
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=cc4e4dbe62d8fea9'.
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=cc4e4dbe62d8fea9'.
Build - Release
Process completed with exit code 1.
Build - Debug
The job was canceled because "Release" failed.
Build - Debug
The operation was canceled.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L17
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L17
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L50
Cannot convert null literal to non-nullable reference type.
Build - Release: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L26
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Release: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L50
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Release: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L74
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Release: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L103
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Release: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L128
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Release: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L129
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Release: tests/Blazor.Diagrams.Core.Tests/Behaviors/DragNewLinkBehaviorTests.cs#L465
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L17
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L17
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Models/Base/BaseLinkModelTests.cs#L50
Cannot convert null literal to non-nullable reference type.
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L26
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L50
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L74
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L103
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L128
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Behaviors/KeyboardShortcutsDefaultsTests.cs#L129
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build - Debug: tests/Blazor.Diagrams.Core.Tests/Behaviors/DragNewLinkBehaviorTests.cs#L465
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)