Reviewed tests and build workflow for test execution #410
codeql-analysis.yml
on: pull_request
Check changed files
5s
Matrix: Analyze
Annotations
10 warnings
Analyze (csharp)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
Analyze (csharp)
- Add lib or ref assemblies for the net6.0 target framework
|
Analyze (csharp)
- Add lib or ref assemblies for the net7.0 target framework
|
Analyze (csharp)
- Add lib or ref assemblies for the net8.0 target framework
|
Analyze (csharp):
src/net/KEFCore/Extensions/KafkaDbContextOptionsExtensions.cs#L169
Converting null literal or possible null value to non-nullable type.
|
Analyze (csharp):
src/net/KEFCore/Extensions/KafkaDbContextOptionsExtensions.cs#L169
Possible null reference return.
|
Analyze (csharp):
src/net/KEFCore/Extensions/KafkaDbContextOptionsExtensions.cs#L183
Converting null literal or possible null value to non-nullable type.
|
Analyze (csharp):
src/net/KEFCore/Extensions/KafkaDbContextOptionsExtensions.cs#L183
Possible null reference return.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/KNetStreamsRetriever.cs#L405
Dereference of a possibly null reference.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/KNetStreamsRetriever.cs#L405
Dereference of a possibly null reference.
|