Skip to content

Bump MSTest.TestFramework and Verify.MSTest #579

Bump MSTest.TestFramework and Verify.MSTest

Bump MSTest.TestFramework and Verify.MSTest #579

Triggered via pull request January 29, 2026 08:06
Status Failure
Total duration 40s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: test/NosCore.Packets.Tests/DeserializerTest.cs#L199
Use 'Assert.AreEqual' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: test/NosCore.Packets.Tests/DeserializerTest.cs#L198
Use 'Assert.AreEqual' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: test/NosCore.Packets.Tests/DeserializerTest.cs#L197
Use 'Assert.AreEqual' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: test/NosCore.Packets.Tests/DeserializerTest.cs#L196
Use 'Assert.AreEqual' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: test/NosCore.Packets.Tests/SerializerTest.cs#L204
Use 'Assert.IsFalse' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: test/NosCore.Packets.Tests/DeserializerTest.cs#L181
Assertion arguments should be passed in the correct order. 'actual' and 'expected'/'notExpected' arguments have been swapped. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0017)
build: test/NosCore.Packets.Tests/DeserializerTest.cs#L104
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: test/NosCore.Packets.Tests/DeserializerTest.cs#L89
Use 'Assert.IsNull' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: test/NosCore.Packets.Tests/SerializerTest.cs#L73
Use 'Assert.IsNotNull' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
build: test/NosCore.Packets.Tests/DeserializerTest.cs#L74
Use 'Assert.IsNotNull' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)