Skip to content

Update NLog and testing frameworks, enhance input validation #133

Update NLog and testing frameworks, enhance input validation

Update NLog and testing frameworks, enhance input validation #133

Triggered via pull request September 26, 2025 07:01
Status Success
Total duration 39s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MyNumberNET_Test/MyNumberValueTests.cs#L314
Use 'Assert.ThrowsExactly' instead of 'Assert.ThrowsException' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039)
build: MyNumberNET_Test/MyNumberValueTests.cs#L207
Use 'Assert.ThrowsExactly' instead of 'Assert.ThrowsException' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039)
build: MyNumberNET_Test/MyNumberValueTests.cs#L157
Use 'Assert.ThrowsExactly' instead of 'Assert.ThrowsException' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039)
build: MyNumberNET_Test/MyNumberValueTests.cs#L77
Use 'Assert.ThrowsExactly' instead of 'Assert.ThrowsException' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039)
build: MyNumberNET_Test/MyNumberValueTests.cs#L75
Use 'Assert.ThrowsExactly' instead of 'Assert.ThrowsException' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039)
build: MyNumberNET_Test/MyNumberValueTests.cs#L43
Use 'Assert.ThrowsExactly' instead of 'Assert.ThrowsException' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039)
build: MyNumberNET_Test/MyNumberValueTests.cs#L42
Use 'Assert.ThrowsExactly' instead of 'Assert.ThrowsException' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039)
build: MyNumberNET_Test/MyNumberValueTests.cs#L35
Use 'Assert.ThrowsExactly' instead of 'Assert.ThrowsException' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039)
build: MyNumberNET_Test/MyNumberValueTests.cs#L28
Use 'Assert.ThrowsExactly' instead of 'Assert.ThrowsException' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039)
build: MyNumberNET_ApiServer/Program.cs#L17
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)