Create dotnet.yml #1
Annotations
10 warnings
build:
ShinySwitch.Tests/TypeSwitchExpressionTests.cs#L141
Converting null literal or possible null value to non-nullable type.
|
build:
ShinySwitch.Tests/SwitchExpressionTests.cs#L53
Possible null reference return.
|
build:
ShinySwitch.Tests/TypeSwitchExpressionTests.cs#L150
Converting null literal or possible null value to non-nullable type.
|
build:
ShinySwitch.Tests/SwitchExpressionTests.cs#L21
Do not use Assert.Equal() to check for null value. Use Assert.Null instead. (https://xunit.net/xunit.analyzers/rules/xUnit2003)
|
build:
ShinySwitch.Tests/SwitchStatementTests.cs#L42
Do not use Assert.Equal() to check for null value. Use Assert.Null instead. (https://xunit.net/xunit.analyzers/rules/xUnit2003)
|
build:
ShinySwitch.Tests/TypeSwitchExpressionTests.cs#L141
Converting null literal or possible null value to non-nullable type.
|
build:
ShinySwitch.Tests/SwitchExpressionTests.cs#L53
Possible null reference return.
|
build:
ShinySwitch.Tests/TypeSwitchExpressionTests.cs#L150
Converting null literal or possible null value to non-nullable type.
|
build:
ShinySwitch.Tests/SwitchExpressionTests.cs#L21
Do not use Assert.Equal() to check for null value. Use Assert.Null instead. (https://xunit.net/xunit.analyzers/rules/xUnit2003)
|
build:
ShinySwitch.Tests/SwitchStatementTests.cs#L42
Do not use Assert.Equal() to check for null value. Use Assert.Null instead. (https://xunit.net/xunit.analyzers/rules/xUnit2003)
|