Improve test cases to test against many different input scenarios #24
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
build:
tests/NamingStrategyConverter.SystemTextJson.Tests/UpperSnakeCaseJsonConversionTests.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
tests/NamingStrategyConverter.SystemTextJson.Tests/UpperKebabCaseJsonConversionTests.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
tests/NamingStrategyConverter.SystemTextJson.Tests/SnakeCaseJsonConversionTests.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
tests/NamingStrategyConverter.SystemTextJson.Tests/PascalCaseJsonConversionTests.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
tests/NamingStrategyConverter.SystemTextJson.Tests/KebabCaseJsonConversionTests.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
tests/NamingStrategyConverter.SystemTextJson.Tests/DotCaseJsonConversionTests.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
tests/NamingStrategyConverter.SystemTextJson.Tests/CamelCaseJsonConversionTests.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
tests/NamingStrategyConverter.SystemTextJson.Tests/UpperSnakeCaseJsonConversionTests.cs#L83
Null should not be used for type parameter 'expectedValue' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build:
tests/NamingStrategyConverter.SystemTextJson.Tests/UpperKebabCaseJsonConversionTests.cs#L83
Null should not be used for type parameter 'expectedValue' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|