This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 #6
Annotations
10 warnings
|
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.
|
|
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.
|
|
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.
|
|
src/CacheFlow/Core/DefaultCacheFlow.cs#L819
Dereference of a possibly null reference.
|
|
src/CacheFlow/Core/DefaultCacheFlow.cs#L827
Dereference of a possibly null reference.
|
|
src/CacheFlow/Internal/Buffers/RecyclableArrayBufferWriter.cs#L99
Dereference of a possibly null reference.
|
|
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.
|
|
src/CacheFlow/Internal/Buffers/RecyclableArrayBufferWriter.cs#L99
Dereference of a possibly null reference.
|
|
src/CacheFlow/Core/DefaultCacheFlow.cs#L819
Dereference of a possibly null reference.
|
|
src/CacheFlow/Core/DefaultCacheFlow.cs#L827
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading