Skip to content

Merge branch 'fix-stampede' into dev #4

Merge branch 'fix-stampede' into dev

Merge branch 'fix-stampede' into dev #4

Triggered via push September 25, 2023 06:08
Status Failure
Total duration 57s
Artifacts

release.yml

on: push
Build and upload artifact
47s
Build and upload artifact
Release to Nuget
0s
Release to Nuget
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Build and upload artifact: 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'
Build and upload artifact: 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'
Build and upload artifact: 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'
Build and upload artifact: test/EasyCaching.UnitTests/Core/DefaultEasyCachingKeyGeneratorTest.cs#L12
The type 'DefaultEasyCachingKeyGenerator' 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'
Build and upload artifact: test/EasyCaching.UnitTests/Core/DefaultEasyCachingKeyGeneratorTest.cs#L231
The type 'ICachable' 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'
Build and upload artifact: 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'
Build and upload artifact: 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'
Build and upload artifact: test/EasyCaching.UnitTests/CachingTests/DiskCachingProviderTest.cs#L14
'DiskCachingProviderTest' does not implement inherited abstract member 'BaseCachingProviderTest.CreateCachingProvider(Action<BaseProviderOptions>)'
Build and upload artifact: test/EasyCaching.UnitTests/CachingTests/FasterKvCachingProviderTest.cs#L21
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'
Build and upload artifact: test/EasyCaching.UnitTests/CachingTests/FasterKvCachingProviderTest.cs#L21
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'
Build and upload artifact
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 upload artifact: 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 upload artifact: 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 upload artifact: 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 upload artifact: 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 upload artifact: 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 upload artifact: 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 upload artifact: 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 upload artifact: 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 upload artifact: 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 upload artifact: 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.