Bump xunit from 2.4.2 to 2.6.4 #108
Annotations
1 error and 20 warnings
|
src/Authentication/Middleware/BasicAuthorizationMiddleware.cs#L51
Remove the unnecessary Boolean literal(s).
|
src/Authentication/Middleware/BasicAuthorizationMiddleware.cs#L52
Remove the unnecessary Boolean literal(s).
|
src/Authentication/Middleware/EndpointAuthorizationMiddleware.cs#L67
Remove the unnecessary Boolean literal(s).
|
src/Authentication/Middleware/EndpointAuthorizationMiddleware.cs#L65
Collection-specific "Exists" method should be used instead of the "Any" extension.
|
src/Authentication/Extensions/ArrayExtensions.cs#L23
Use '.Any()' to test whether this 'IEnumerable<T>' is empty or not.
|
src/Authentication/Configurations/AuthenticationOptions.cs#L40
Remove the unnecessary Boolean literal(s).
|
src/Authentication/Configurations/AuthenticationOptions.cs#L101
Loops should be simplified using the "Where" LINQ method
|
src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L40
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L51
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Authentication/Configurations/AuthenticationOptions.cs#L40
Remove the unnecessary Boolean literal(s).
|
src/Authentication/Middleware/EndpointAuthorizationMiddleware.cs#L67
Remove the unnecessary Boolean literal(s).
|
src/Authentication/Middleware/EndpointAuthorizationMiddleware.cs#L65
Collection-specific "Exists" method should be used instead of the "Any" extension.
|
src/Authentication/Configurations/AuthenticationOptions.cs#L101
Loops should be simplified using the "Where" LINQ method
|
src/Authentication/Extensions/ArrayExtensions.cs#L23
Use '.Any()' to test whether this 'IEnumerable<T>' is empty or not.
|
src/Authentication/Middleware/BasicAuthorizationMiddleware.cs#L51
Remove the unnecessary Boolean literal(s).
|
src/Authentication/Middleware/BasicAuthorizationMiddleware.cs#L52
Remove the unnecessary Boolean literal(s).
|
src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L51
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs#L34
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs#L45
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
The logs for this run have expired and are no longer available.
Loading