Style adherence #4
Annotations
5 warnings
build:
Pugnet.Tests/PugnetMvcViewOptionsSetupTests.cs#L17
Cannot convert null literal to non-nullable reference type.
|
build:
Pugnet.Tests/PugnetMvcViewOptionsSetupTests.cs#L23
Cannot convert null literal to non-nullable reference type.
|
build:
Pugnet.Tests/PugnetMvcViewOptionsSetupTests.cs#L25
Cannot convert null literal to non-nullable reference type.
|
build:
Pugnet.Tests/PugnetMvcViewOptionsSetupTests.cs#L17
Do not use typeof(System.ArgumentNullException) expression to check the exception type. Use Assert.Throws<System.ArgumentNullException> instead. (https://xunit.net/xunit.analyzers/rules/xUnit2015)
|
build:
Pugnet.Tests/PugnetMvcViewOptionsSetupTests.cs#L25
Do not use typeof(System.ArgumentNullException) expression to check the exception type. Use Assert.Throws<System.ArgumentNullException> instead. (https://xunit.net/xunit.analyzers/rules/xUnit2015)
|