Bump the deps group across 1 directory with 22 updates #418
Annotations
5 errors and 1 warning
Plugin.Core.Tests.SnakeNameTests ► Can_Convert_To_Snake_Name(sourceValue: "Hello.World", expectedValue: "hello_world"):
tests/Plugin.Core.Tests/SnakeNameTests.cs#L34
Failed test found in:
tests/Plugin.Core.Tests/TestResults/test-results.trx
Error:
Assert.Single() Failure: The collection contained 3 items
Collection: [["result"] = "Hello_World", ["result-lower"] = "hello_world", ["result-upper"] = "HELLO_WORLD"]
|
Plugin.Core.Tests.SnakeNameTests ► Can_Convert_To_Snake_Name(sourceValue: "HELLO.World", expectedValue: "hello_world"):
tests/Plugin.Core.Tests/SnakeNameTests.cs#L34
Failed test found in:
tests/Plugin.Core.Tests/TestResults/test-results.trx
Error:
Assert.Single() Failure: The collection contained 3 items
Collection: [["result"] = "HELLO_World", ["result-lower"] = "hello_world", ["result-upper"] = "HELLO_WORLD"]
|
Plugin.Core.Tests.SnakeNameTests ► Can_Convert_To_Snake_Name(sourceValue: "HelloWorld", expectedValue: "helloworld"):
tests/Plugin.Core.Tests/SnakeNameTests.cs#L34
Failed test found in:
tests/Plugin.Core.Tests/TestResults/test-results.trx
Error:
Assert.Single() Failure: The collection contained 3 items
Collection: [["result"] = "HelloWorld", ["result-lower"] = "helloworld", ["result-upper"] = "HELLOWORLD"]
|
build (8.0.x)
Process completed with exit code 1.
|
build (8.0.x)
Failed test were found and 'fail-on-error' option is set to true
|
build (8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|