Skip to content

Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 in /src #95

Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 in /src

Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 in /src #95

Triggered via pull request July 9, 2024 11:27
Status Success
Total duration 3m 8s
Artifacts

dotnet.yml

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

Annotations

13 warnings
build (windows-latest)
The following actions uses Node.js version which is deprecated 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/MultiBranchDefinitionTests.cs#L39
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/MultiRepositoryDefinitionTests.cs#L39
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)
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.