This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Initial Commit #27
Annotations
10 warnings
|
Build (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.
|
|
Build (Release, CacheFlow.sln):
src/CacheFlow/Internal/Buffers/RecyclableArrayBufferWriter.cs#L99
Dereference of a possibly null reference.
|
|
Build (Release, CacheFlow.sln):
src/CacheFlow/Core/DefaultCacheFlow.cs#L800
Dereference of a possibly null reference.
|
|
Build (Release, CacheFlow.sln):
src/CacheFlow/Core/DefaultCacheFlow.cs#L808
Dereference of a possibly null reference.
|
|
Build (Release, CacheFlow.sln):
src/CacheFlow/Internal/Buffers/RecyclableArrayBufferWriter.cs#L99
Dereference of a possibly null reference.
|
|
Build (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.
|
|
Build (Release, CacheFlow.sln):
src/CacheFlow/Core/DefaultCacheFlow.cs#L800
Dereference of a possibly null reference.
|
|
Build (Release, CacheFlow.sln):
src/CacheFlow/Core/DefaultCacheFlow.cs#L808
Dereference of a possibly null reference.
|
|
Build (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.
|
|
Build (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.
|