This repository was archived by the owner on Dec 1, 2025. It is now read-only.
CodeQL #180
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/Internal/Buffers/RecyclableArrayBufferWriter.cs#L99
Dereference of a possibly null reference.
|
|
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/Internal/Buffers/RecyclableArrayBufferWriter.cs#L99
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.
|