This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 #5
Annotations
2 errors and 18 warnings
|
|
|
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/
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
This run of the CodeQL Action does not have permission to access Code Scanning API endpoints. As a result, it will not be opted into any experimental features. This could be because the Action is running on a pull request from a fork. If not, please ensure the Action has the 'security-events: write' permission. Details: Code scanning is not enabled for this repository. Please enable code scanning in the repository settings.
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading