Bump Microsoft.AspNetCore.TestHost from 9.0.13 to 9.0.14 #120
+1
−1
Annotations
10 warnings
|
Build:
src/GrpcFileTransfer.Test/FileTransferIntegrationTests.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)
|
|
Build:
src/GrpcFileTransfer.Test/Helpers/ForwardingLoggerProvider.cs#L52
Nullability in constraints for type parameter 'TState' of method 'ForwardingLoggerProvider.ForwardingLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
|
Build:
src/GrpcFileTransfer.Test/FileTransferIntegrationTests.cs#L145
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:
src/GrpcFileTransfer.Test/FileTransferIntegrationTests.cs#L137
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:
src/GrpcFileTransfer.Test/FileTransferIntegrationTests.cs#L111
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)
|
|
Build:
src/GrpcFileTransfer.Test/FileTransferIntegrationTests.cs#L127
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)
|
|
Build:
src/GrpcFileTransfer.Test/FileTransferIntegrationTests.cs#L94
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)
|
|
Build:
src/GrpcFileTransfer.Test/FileTransferIntegrationTests.cs#L76
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)
|
|
Build:
src/GrpcFileTransfer.Test/FileTransferIntegrationTests.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)
|
|
Build:
src/GrpcFileTransfer.Test/Helpers/ForwardingLoggerProvider.cs#L52
Nullability in constraints for type parameter 'TState' of method 'ForwardingLoggerProvider.ForwardingLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Loading