provide a net9 build target #1470
Annotations
1 error and 12 warnings
|
infer
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
|
infer
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLruCore.cs#L894
Type parameter 'K' has the same name as the type parameter from outer type 'ConcurrentLruCore<K, V, I, P, T>'
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLruCore.cs#L894
Type parameter 'V' has the same name as the type parameter from outer type 'ConcurrentLruCore<K, V, I, P, T>'
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLruCore.cs#L870
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.GetAlternateCache<TAlternateKey>()'
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLruCore.cs#L880
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.TryGetAlternateCache<TAlternateKey>(out ConcurrentLruCore<K, V, I, P, T>.IAlternateCache<TAlternateKey, K, V>)'
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLruCore.cs#L894
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.IAlternateCache<TAlternateKey, K, V>'
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLruCore.cs#L896
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.IAlternateCache<TAlternateKey, K, V>.TryGet(TAlternateKey, out V)'
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLruCore.cs#L898
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.IAlternateCache<TAlternateKey, K, V>.TryRemove(TAlternateKey, out K, out V)'
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLruCore.cs#L900
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.IAlternateCache<TAlternateKey, K, V>.GetOrAdd(TAlternateKey, Func<TAlternateKey, V>)'
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLruCore.cs#L902
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.IAlternateCache<TAlternateKey, K, V>.GetOrAdd<TArg>(TAlternateKey, Func<TAlternateKey, TArg, V>, TArg)'
|
|
infer:
BitFaster.Caching/Lru/ConcurrentLru.cs#L43
Change return type of method 'CreateExpireAfterAccess' from 'BitFaster.Caching.ICache<K, V>' to 'BitFaster.Caching.Lru.ConcurrentLruCore<K, V, BitFaster.Caching.Lru.LongTickCountLruItem<K, V>, BitFaster.Caching.Lru.AfterAccessPolicy<K, V>, TP>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
infer
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|