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

Initial Commit

Initial Commit #27

Triggered via push January 24, 2025 04:07
Status Success
Total duration 3m 22s
Artifacts
Matrix: Build
Fit to window
Zoom out
Zoom in

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/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/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.