fix: local lock/distributed lock #2
Annotations
1 error and 19 warnings
build and test on ubuntu-latest
Process completed with exit code 1.
|
build and test on ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build and test on ubuntu-latest:
src/EasyCaching.SQLite/DefaultSQLiteCachingProvider.Async.cs#L17
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.
|
build and test on ubuntu-latest:
src/EasyCaching.SQLite/DefaultSQLiteCachingProvider.Async.cs#L17
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.
|
build and test on ubuntu-latest:
src/EasyCaching.HybridCache/HybridCachingProvider.cs#L776
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.
|
build and test on ubuntu-latest:
src/EasyCaching.HybridCache/HybridCachingProvider.cs#L776
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.
|
build and test on ubuntu-latest:
src/EasyCaching.Memcached/DefaultMemcachedCachingProvider.Async.cs#L16
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.
|
build and test on ubuntu-latest:
src/EasyCaching.FasterKv/DefaultFasterKvCachingProvider.Async.cs#L12
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.
|
build and test on ubuntu-latest:
src/EasyCaching.Memcached/DefaultMemcachedCachingProvider.Async.cs#L16
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.
|
build and test on ubuntu-latest:
src/EasyCaching.CSRedis/DefaultCSRedisCachingProvider.Async.cs#L13
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.
|
build and test on ubuntu-latest:
src/EasyCaching.Disk/DefaultDiskCachingProvider.Async.cs#L14
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.
|
build and test on ubuntu-latest:
src/EasyCaching.LiteDB/DefaultLiteDBCachingProvider.Async.cs#L15
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.
|
build and test on ubuntu-latest:
src/EasyCaching.FasterKv/DefaultFasterKvCachingProvider.Async.cs#L12
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.
|
build and test on ubuntu-latest:
src/EasyCaching.LiteDB/DefaultLiteDBCachingProvider.Async.cs#L15
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.
|
build and test on ubuntu-latest:
src/EasyCaching.Memcached/DefaultMemcachedCachingProvider.Async.cs#L16
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.
|
build and test on ubuntu-latest:
src/EasyCaching.SQLite/DefaultSQLiteCachingProvider.Async.cs#L17
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.
|
build and test on ubuntu-latest:
src/EasyCaching.HybridCache/HybridCachingProvider.cs#L776
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.
|
build and test on ubuntu-latest:
src/EasyCaching.CSRedis/DefaultCSRedisCachingProvider.Async.cs#L13
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.
|
build and test on ubuntu-latest:
src/EasyCaching.Disk/DefaultDiskCachingProvider.Async.cs#L14
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.
|
build and test on ubuntu-latest:
test/EasyCaching.UnitTests/Diagnostics/MyCachingProvider.cs#L21
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.
|