Skip to content

Bump xunit from 2.8.1 to 2.9.0 in /src #104

Bump xunit from 2.8.1 to 2.9.0 in /src

Bump xunit from 2.8.1 to 2.9.0 in /src #104

Triggered via pull request September 5, 2024 10:07
Status Success
Total duration 2m 4s
Artifacts

dotnet.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (windows-latest): src/AzureDevOpsPolicyConfigurator.Tests/GenerationTests.cs#L13
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build (windows-latest): src/AzureDevOpsPolicyConfigurator.Tests/ArgumentTests.cs#L14
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build (windows-latest): src/AzureDevOpsPolicyConfigurator.Tests/ArgumentTests.cs#L20
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build (windows-latest): src/AzureDevOpsPolicyConfigurator.Tests/ArgumentTests.cs#L26
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build (windows-latest): src/AzureDevOpsPolicyConfigurator.Tests/ArgumentTests.cs#L38
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build (windows-latest): src/AzureDevOpsPolicyConfigurator.Tests/ArgumentTests.cs#L50
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build (windows-latest): src/AzureDevOpsPolicyConfigurator.Tests/ArgumentTests.cs#L62
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build (windows-latest): src/AzureDevOpsPolicyConfigurator.Tests/ArgumentTests.cs#L74
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build (windows-latest)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.