Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

CodeQL

CodeQL #180

Triggered via schedule June 20, 2025 01:16
Status Success
Total duration 5m 47s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Analyze (csharp, Release, CacheFlow.sln)
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/
Analyze (csharp, Release, CacheFlow.sln): src/CacheFlow/Core/DefaultCacheFlow.cs#L91
Non-nullable field '_localCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp, Release, CacheFlow.sln): src/CacheFlow/Core/BufferCacheProvider.cs#L38
Non-nullable field '_cacheProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp, Release, CacheFlow.sln): src/CacheFlow/Core/BufferCacheProvider.cs#L38
Non-nullable field '_cacheProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp, Release, CacheFlow.sln): src/CacheFlow/Core/DefaultCacheFlow.cs#L827
Dereference of a possibly null reference.
Analyze (csharp, Release, CacheFlow.sln): src/CacheFlow/Core/DefaultCacheFlow.cs#L819
Dereference of a possibly null reference.
Analyze (csharp, Release, CacheFlow.sln): src/CacheFlow/Core/DefaultCacheFlow.cs#L91
Non-nullable field '_localCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp, Release, CacheFlow.sln): src/CacheFlow/Core/BufferCacheProvider.cs#L38
Non-nullable field '_cacheProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp, Release, CacheFlow.sln): src/CacheFlow/Internal/Immutable/ImmutableTypeCache.cs#L115
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.