Skip to content

New method

New method #129

Triggered via push March 18, 2024 18:21
Status Success
Total duration 37s
Artifacts
publish-package
28s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
publish-package: test/StringExtensionTests.cs#L284
Possible null reference argument for parameter 'input' in 'string StringExtension.ToSnakeCaseFromPascal(string input)'.
publish-package: test/StringExtensionTests.cs#L260
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
publish-package: test/StringExtensionTests.cs#L260
Null should not be used for type parameter 'expectedOutput' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
publish-package: test/StringExtensionTests.cs#L284
Possible null reference argument for parameter 'input' in 'string StringExtension.ToSnakeCaseFromPascal(string input)'.
publish-package: test/StringExtensionTests.cs#L260
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
publish-package: test/StringExtensionTests.cs#L260
Null should not be used for type parameter 'expectedOutput' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)