Bump xunit from 2.5.1 to 2.6.2 #1114
Annotations
11 errors and 1 warning
|
Tests/Boxed.AspNetCore.Test/ApplicationBuilderExtensionsTest.cs#L58
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Boxed.AspNetCore.Test/ApplicationBuilderExtensionsTest.cs#L41
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Boxed.AspNetCore.Test/ApplicationBuilderExtensionsTest.cs#L85
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Boxed.AspNetCore.Test/FriendlyUrlHelperTest.cs#L10
Null should not be used for type parameter 'title' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
Tests/Boxed.AspNetCore.Test/Middleware/ServerTimingMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Boxed.AspNetCore.Test/Middleware/ServerTimingMiddlewareTest.cs#L45
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Boxed.AspNetCore.Test/Middleware/RequestCanceledMiddlewareTest.cs#L44
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Boxed.AspNetCore.Test/Middleware/RequestCanceledMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Boxed.AspNetCore.Test/Middleware/RequestCanceledMiddlewareTest.cs#L84
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Tests/Boxed.AspNetCore.Test/Middleware/RequestCanceledMiddlewareTest.cs#L65
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
The logs for this run have expired and are no longer available.
Loading