chore(deps): update dotnet monorepo #1230
Annotations
10 errors and 1 warning
Tests/Serilog.Exceptions.Test/Destructurers/ReflectionBasedDestructurerTest.cs#L85
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Serilog.Exceptions.Test/Destructurers/ReflectionBasedDestructurerTest.cs#L86
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Tests/Serilog.Exceptions.Test/Destructurers/ReflectionBasedDestructurerTest.cs#L443
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Tests/Serilog.Exceptions.Test/Destructurers/ExceptionPropertiesBagTest.cs#L26
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Tests/Serilog.Exceptions.Test/Destructurers/ExceptionPropertiesBagTest.cs#L64
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Tests/Serilog.Exceptions.Test/Destructurers/ExceptionPropertiesBagTest.cs#L77
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Tests/Serilog.Exceptions.Test/Destructurers/ApiExceptionDestructurerTest.cs#L22
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Serilog.Exceptions.Test/Destructurers/ApiExceptionDestructurerTest.cs#L34
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Serilog.Exceptions.Test/Destructurers/ApiExceptionDestructurerTest.cs#L48
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Serilog.Exceptions.Test/Destructurers/ApiExceptionDestructurerTest.cs#L62
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
The logs for this run have expired and are no longer available.
Loading