Skip to content

Improve test cases to test against many different input scenarios #24

Improve test cases to test against many different input scenarios

Improve test cases to test against many different input scenarios #24

Triggered via pull request October 25, 2024 23:15
Status Failure
Total duration 36s
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)