Skip to content

Bump xunit from 2.4.1 to 2.8.0 in /test #123

Bump xunit from 2.4.1 to 2.8.0 in /test

Bump xunit from 2.4.1 to 2.8.0 in /test #123

Triggered via pull request May 21, 2024 21:23
Status Failure
Total duration 32s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: test/primitive/ReadAndWrite.cs#L16
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build: test/primitive/ReadAndWrite.cs#L34
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build: test/primitive/ReadAndWrite.cs#L48
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build: test/primitive/ReadAndWrite.cs#L62
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build: test/primitive/ReadAndWrite.cs#L84
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build: test/primitive/ReadAndWrite.cs#L98
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build: test/primitive/ReadAndWrite.cs#L112
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build: test/primitive/ReadAndWrite.cs#L126
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build: test/primitive/ReadAndWrite.cs#L140
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build: test/primitive/ReadAndWrite.cs#L159
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
build
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/.
build: test/primitive/Samples.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Samples.cs#L7
Non-nullable property 'Director' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/extension/StringExtensionTest.cs#L48
The literal or constant value BaseTextLower should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestText' on type 'StringExtensionTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: test/extension/StringExtensionTest.cs#L49
The literal or constant value BaseTextUpper should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestText' on type 'StringExtensionTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: test/extension/StringExtensionTest.cs#L51
The literal or constant value BaseText should be passed as the 'expected' argument in the call to 'Assert.NotEqual(expected, actual)' in method 'TestText' on type 'StringExtensionTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: test/extension/StringExtensionTest.cs#L52
The literal or constant value BaseText should be passed as the 'expected' argument in the call to 'Assert.NotEqual(expected, actual)' in method 'TestText' on type 'StringExtensionTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: test/extension/StringExtensionTest.cs#L54
The literal or constant value BaseTextCaptz should be passed as the 'expected' argument in the call to 'Assert.NotEqual(expected, actual)' in method 'TestText' on type 'StringExtensionTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: test/extension/StringExtensionTest.cs#L55
The literal or constant value BaseTextCaptz should be passed as the 'expected' argument in the call to 'Assert.NotEqual(expected, actual)' in method 'TestText' on type 'StringExtensionTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: test/primitive/Samples.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Samples.cs#L7
Non-nullable property 'Director' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.