Skip to content

Update dependency Soenneker.Extensions.ValueTask to 3.0.85 (#708) #679

Update dependency Soenneker.Extensions.ValueTask to 3.0.85 (#708)

Update dependency Soenneker.Extensions.ValueTask to 3.0.85 (#708) #679

Triggered via push April 4, 2025 19:11
Status Success
Total duration 36s
Artifacts
publish-package
31s
publish-package
Fit to window
Zoom out
Zoom in

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, params object[])'.
publish-package: test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingletonTests.cs#L39
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
publish-package: test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingletonTests.cs#L38
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
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: 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/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#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#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/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: 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, params object[])'.