Bump xunit.analyzers from 1.18.0 to 1.27.0 #79
Merged
Annotations
6 warnings
|
Build:
EulerLibTests/Problems/0001_0100/Problem0030Fixture.cs#L9
Theory method 'SumOfNumbersThatCanBeWrittenAsSumOfNthPower_Tests' on test class 'Problem0030Fixture' does not use parameter 'n'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
Build:
EulerLibTests/Extensions/PrimeFactorsExtensionFixture.cs#L34
Converting null literal or possible null value to non-nullable type.
|
|
Build:
EulerLibTests/Poker/HandFixture.cs#L368
Cannot convert null literal to non-nullable reference type.
|
|
Build:
EulerLibTests/Problems/0001_0100/Problem0030Fixture.cs#L9
Theory method 'SumOfNumbersThatCanBeWrittenAsSumOfNthPower_Tests' on test class 'Problem0030Fixture' does not use parameter 'n'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
Build:
EulerLibTests/Extensions/PrimeFactorsExtensionFixture.cs#L34
Converting null literal or possible null value to non-nullable type.
|
|
Build:
EulerLibTests/Poker/HandFixture.cs#L368
Cannot convert null literal to non-nullable reference type.
|
Loading