Skip to content

Align ICache.TryRemove overloads with ConcurrentDictionary #1167

Align ICache.TryRemove overloads with ConcurrentDictionary

Align ICache.TryRemove overloads with ConcurrentDictionary #1167

Triggered via pull request September 10, 2023 17:58
Status Failure
Total duration 2m 22s
Artifacts

gate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 25 warnings
mac
No test report files were found
mac: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L329
There is no argument given that corresponds to the required parameter 'value' of 'ConcurrentDictionary<K, LfuNode<K, V>>.TryRemove(K, out LfuNode<K, V>)'
mac: BitFaster.Caching/Lru/ClassicLru.cs#L248
There is no argument given that corresponds to the required parameter 'value' of 'ConcurrentDictionary<K, LinkedListNode<ClassicLru<K, V>.LruItem>>.TryRemove(K, out LinkedListNode<ClassicLru<K, V>.LruItem>)'
mac: BitFaster.Caching/Lru/ClassicLru.cs#L248
There is no argument given that corresponds to the required parameter 'value' of 'ConcurrentDictionary<K, LinkedListNode<ClassicLru<K, V>.LruItem>>.TryRemove(K, out LinkedListNode<ClassicLru<K, V>.LruItem>)'
mac: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L329
There is no argument given that corresponds to the required parameter 'value' of 'ConcurrentDictionary<K, LfuNode<K, V>>.TryRemove(K, out LfuNode<K, V>)'
mac: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L329
There is no argument given that corresponds to the required parameter 'value' of 'ConcurrentDictionary<K, LfuNode<K, V>>.TryRemove(K, out LfuNode<K, V>)'
mac: BitFaster.Caching/Lru/ClassicLru.cs#L248
There is no argument given that corresponds to the required parameter 'value' of 'ConcurrentDictionary<K, LinkedListNode<ClassicLru<K, V>.LruItem>>.TryRemove(K, out LinkedListNode<ClassicLru<K, V>.LruItem>)'
mac: BitFaster.Caching/Lru/ClassicLru.cs#L248
There is no argument given that corresponds to the required parameter 'value' of 'ConcurrentDictionary<K, LinkedListNode<ClassicLru<K, V>.LruItem>>.TryRemove(K, out LinkedListNode<ClassicLru<K, V>.LruItem>)'
mac: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L329
There is no argument given that corresponds to the required parameter 'value' of 'ConcurrentDictionary<K, LfuNode<K, V>>.TryRemove(K, out LfuNode<K, V>)'
mac
Process completed with exit code 1.
win
No test report files were found
win
No test report files were found
win: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L329
There is no argument given that corresponds to the required formal parameter 'value' of 'ConcurrentDictionary<K, LfuNode<K, V>>.TryRemove(K, out LfuNode<K, V>)'
win: BitFaster.Caching/Lru/ClassicLru.cs#L248
There is no argument given that corresponds to the required formal parameter 'value' of 'ConcurrentDictionary<K, LinkedListNode<ClassicLru<K, V>.LruItem>>.TryRemove(K, out LinkedListNode<ClassicLru<K, V>.LruItem>)'
win: BitFaster.Caching/Lru/ClassicLru.cs#L248
There is no argument given that corresponds to the required formal parameter 'value' of 'ConcurrentDictionary<K, LinkedListNode<ClassicLru<K, V>.LruItem>>.TryRemove(K, out LinkedListNode<ClassicLru<K, V>.LruItem>)'
win: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L329
There is no argument given that corresponds to the required formal parameter 'value' of 'ConcurrentDictionary<K, LfuNode<K, V>>.TryRemove(K, out LfuNode<K, V>)'
win: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L329
There is no argument given that corresponds to the required formal parameter 'value' of 'ConcurrentDictionary<K, LfuNode<K, V>>.TryRemove(K, out LfuNode<K, V>)'
win: BitFaster.Caching/Lru/ClassicLru.cs#L248
There is no argument given that corresponds to the required formal parameter 'value' of 'ConcurrentDictionary<K, LinkedListNode<ClassicLru<K, V>.LruItem>>.TryRemove(K, out LinkedListNode<ClassicLru<K, V>.LruItem>)'
win: BitFaster.Caching/Lru/ClassicLru.cs#L248
There is no argument given that corresponds to the required formal parameter 'value' of 'ConcurrentDictionary<K, LinkedListNode<ClassicLru<K, V>.LruItem>>.TryRemove(K, out LinkedListNode<ClassicLru<K, V>.LruItem>)'
win: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L329
There is no argument given that corresponds to the required formal parameter 'value' of 'ConcurrentDictionary<K, LfuNode<K, V>>.TryRemove(K, out LfuNode<K, V>)'
win
Process completed with exit code 1.
win
No test report files were found
mac
No file matches path BitFaster.Caching.UnitTests/TestResults/results.trx
mac: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L321
Missing XML comment for publicly visible type or member 'ConcurrentLfu<K, V>.TryRemove(KeyValuePair<K, V>)'
mac: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L341
Missing XML comment for publicly visible type or member 'ConcurrentLfu<K, V>.TryRemove(K, out V)'
mac: BitFaster.Caching/Lru/ClassicLru.cs#L240
Missing XML comment for publicly visible type or member 'ClassicLru<K, V>.TryRemove(KeyValuePair<K, V>)'
mac: BitFaster.Caching/Lru/ClassicLru.cs#L259
Missing XML comment for publicly visible type or member 'ClassicLru<K, V>.TryRemove(K, out V)'
mac: BitFaster.Caching/Lru/ConcurrentLruCore.cs#L342
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.TryRemove(KeyValuePair<K, V>)'
mac: BitFaster.Caching/Lru/ConcurrentLruCore.cs#L347
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.TryRemove(K, out V)'
mac: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L321
Missing XML comment for publicly visible type or member 'ConcurrentLfu<K, V>.TryRemove(KeyValuePair<K, V>)'
mac: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L341
Missing XML comment for publicly visible type or member 'ConcurrentLfu<K, V>.TryRemove(K, out V)'
mac: BitFaster.Caching/Lru/ClassicLru.cs#L240
Missing XML comment for publicly visible type or member 'ClassicLru<K, V>.TryRemove(KeyValuePair<K, V>)'
mac: BitFaster.Caching/Lru/ClassicLru.cs#L259
Missing XML comment for publicly visible type or member 'ClassicLru<K, V>.TryRemove(K, out V)'
win
No file matches path BitFaster.Caching.UnitTests/TestResults/results6.trx
win
No file matches path BitFaster.Caching.UnitTests/TestResults/results4.trx
win: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L321
Missing XML comment for publicly visible type or member 'ConcurrentLfu<K, V>.TryRemove(KeyValuePair<K, V>)'
win: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L341
Missing XML comment for publicly visible type or member 'ConcurrentLfu<K, V>.TryRemove(K, out V)'
win: BitFaster.Caching/Lru/ClassicLru.cs#L240
Missing XML comment for publicly visible type or member 'ClassicLru<K, V>.TryRemove(KeyValuePair<K, V>)'
win: BitFaster.Caching/Lru/ClassicLru.cs#L259
Missing XML comment for publicly visible type or member 'ClassicLru<K, V>.TryRemove(K, out V)'
win: BitFaster.Caching/Lru/ConcurrentLruCore.cs#L342
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.TryRemove(KeyValuePair<K, V>)'
win: BitFaster.Caching/Lru/ConcurrentLruCore.cs#L347
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.TryRemove(K, out V)'
win: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L321
Missing XML comment for publicly visible type or member 'ConcurrentLfu<K, V>.TryRemove(KeyValuePair<K, V>)'
win: BitFaster.Caching/Lfu/ConcurrentLfu.cs#L341
Missing XML comment for publicly visible type or member 'ConcurrentLfu<K, V>.TryRemove(K, out V)'
win: BitFaster.Caching/Lru/ClassicLru.cs#L240
Missing XML comment for publicly visible type or member 'ClassicLru<K, V>.TryRemove(KeyValuePair<K, V>)'
win: BitFaster.Caching/Lru/ClassicLru.cs#L259
Missing XML comment for publicly visible type or member 'ClassicLru<K, V>.TryRemove(K, out V)'
win
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
win
No file matches path BitFaster.Caching.UnitTests/TestResults/results3.trx