Update dependency Soenneker.Tests.Unit to 2.1.434 (#454) #412
Annotations
10 warnings
publish-package:
src/Abstract/IAsyncSingleton{T}.cs#L35
Ambiguous reference in cref attribute: 'Get'. Assuming 'IAsyncSingleton<T>.Get(object[])', but could have also matched other overloads including 'IAsyncSingleton<T>.Get(CancellationToken, object[])'.
|
publish-package:
test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingletonTests.cs#L107
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish-package:
test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingletonTests.cs#L113
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish-package:
test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingleton{T}Tests.cs#L116
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish-package:
test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingleton{T}Tests.cs#L122
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish-package:
test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingletonTests.cs#L125
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish-package:
test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingleton{T}Tests.cs#L134
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish-package:
src/Abstract/IAsyncSingleton{T}.cs#L35
Ambiguous reference in cref attribute: 'Get'. Assuming 'IAsyncSingleton<T>.Get(object[])', but could have also matched other overloads including 'IAsyncSingleton<T>.Get(CancellationToken, object[])'.
|
publish-package:
test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingletonTests.cs#L107
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish-package:
test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingletonTests.cs#L113
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|