Skip to content

Style adherence

Style adherence #4

Triggered via push October 13, 2024 10:38
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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)