Skip to content

provide a net9 build target #2232

provide a net9 build target

provide a net9 build target #2232

Re-run triggered November 21, 2024 02:22
Status Success
Total duration 19m 37s
Artifacts 10

gate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

34 warnings
linux
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
linux: 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>'
linux: 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>'
linux: BitFaster.Caching/Lru/ConcurrentLruCore.cs#L870
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.GetAlternateCache<TAlternateKey>()'
linux: 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>)'
linux: 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>'
linux: 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)'
linux: 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)'
linux: 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>)'
linux: 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)'
linux: BitFaster.Caching/Atomic/AtomicEx.cs#L28
Possible multiple enumerations of 'IEnumerable' collection. Consider using an implementation that avoids multiple enumerations. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1851)
mac
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mac: 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>'
mac: 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>'
mac: BitFaster.Caching/Lru/ConcurrentLruCore.cs#L870
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.GetAlternateCache<TAlternateKey>()'
mac: 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>)'
mac: 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>'
mac: 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)'
mac: 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)'
mac: 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>)'
mac: 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)'
mac: BitFaster.Caching/Atomic/AtomicEx.cs#L26
Possible multiple enumerations of 'IEnumerable' collection. Consider using an implementation that avoids multiple enumerations. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1851)
win
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
win: 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>'
win: 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>'
win: BitFaster.Caching/Lru/ConcurrentLruCore.cs#L870
Missing XML comment for publicly visible type or member 'ConcurrentLruCore<K, V, I, P, T>.GetAlternateCache<TAlternateKey>()'
win: 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>)'
win: 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>'
win: 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)'
win: 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)'
win: 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>)'
win: 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)'
win: BitFaster.Caching/Atomic/AtomicEx.cs#L28
Possible multiple enumerations of 'IEnumerable' collection. Consider using an implementation that avoids multiple enumerations. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1851)
coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
NuGet package
1 MB
test-results-win3
267 KB
test-results-win48
251 KB
test-results-win6
268 KB
test-results-win6-std
1.75 KB