Skip to content

publish-package

publish-package #400

Triggered via push October 3, 2024 06:07
Status Success
Total duration 32s
Artifacts
publish-package
24s
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, 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/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#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/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.