Update NLog and testing frameworks, enhance input validation #133
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)
|