Bump xunit from 2.6.1 to 2.6.2 #352
Annotations
1 error and 11 warnings
dotnet format check
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, xt0rted/dotnet-format-problem-matcher@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run dotnet build:
tests/AttachMimeTypes.cs#L26
The variable 'ex' is declared but never used
|
Run dotnet build:
tests/IntegrationTest.cs#L32
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
Run dotnet build:
tests/AttachMimeTypes.cs#L28
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
Run dotnet build:
tests/Messages.cs#L33
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
Run dotnet build:
tests/Messages.cs#L43
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
Run dotnet build:
tests/Messages.cs#L53
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
Run dotnet build:
tests/MandrillApiTest.cs#L62
Do not use Assert.False(true, message) to fail a test. Use Assert.Fail(message) instead.
|
Run dotnet build:
tests/AttachMimeTypes.cs#L26
The variable 'ex' is declared but never used
|
Run dotnet build:
tests/IntegrationTest.cs#L32
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
Run dotnet build:
tests/AttachMimeTypes.cs#L28
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
The logs for this run have expired and are no longer available.
Loading