Merge branch 'fix-stampede' into dev #13
Annotations
10 errors and 11 warnings
test/EasyCaching.UnitTests/CachingTests/BaseCachingProviderWithFactoryTest.cs#L10
The type 'IEasyCachingProvider' exists in both 'EasyCaching.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null' and 'Just.EasyCaching.Core, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
|
test/EasyCaching.UnitTests/CachingTests/BaseCachingProviderWithFactoryTest.cs#L12
The type 'IEasyCachingProvider' exists in both 'EasyCaching.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null' and 'Just.EasyCaching.Core, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
|
test/EasyCaching.UnitTests/CachingTests/BaseUsingEasyCachingTest.cs#L10
The type 'IEasyCachingProvider' exists in both 'EasyCaching.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null' and 'Just.EasyCaching.Core, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
|
test/EasyCaching.UnitTests/CachingTests/CSRedisCachingProviderTest.cs#L24
The type 'BaseProviderOptions' exists in both 'EasyCaching.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null' and 'Just.EasyCaching.Core, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
|
test/EasyCaching.UnitTests/CachingTests/CSRedisCachingProviderTest.cs#L24
The type 'IEasyCachingProvider' exists in both 'EasyCaching.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null' and 'Just.EasyCaching.Core, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
|
test/EasyCaching.UnitTests/CachingTests/CSRedisCachingProviderTest.cs#L15
'CSRedisCachingProviderTest' does not implement inherited abstract member 'BaseCachingProviderTest.CreateCachingProvider(Action<BaseProviderOptions>)'
|
test/EasyCaching.UnitTests/CachingTests/CSRedisCachingProviderTest.cs#L64
The type 'IEasyCachingProviderFactory' exists in both 'EasyCaching.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null' and 'Just.EasyCaching.Core, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
|
test/EasyCaching.UnitTests/CachingTests/CSRedisCachingProviderTest.cs#L119
The type 'IEasyCachingProviderFactory' exists in both 'EasyCaching.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null' and 'Just.EasyCaching.Core, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
|
test/EasyCaching.UnitTests/CachingTests/DiskCachingProviderTest.cs#L23
The type 'BaseProviderOptions' exists in both 'EasyCaching.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null' and 'Just.EasyCaching.Core, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
|
test/EasyCaching.UnitTests/CachingTests/DiskCachingProviderTest.cs#L23
The type 'IEasyCachingProvider' exists in both 'EasyCaching.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null' and 'Just.EasyCaching.Core, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
|
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/
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading