Skip to content

Updates test execution to avoid failures #432

Updates test execution to avoid failures

Updates test execution to avoid failures #432

Triggered via pull request June 29, 2024 01:10
Status Success
Total duration 6m 26s
Artifacts

codeql-analysis.yml

on: pull_request
Check changed files
2s
Check changed files
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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.SerDes.Protobuf/Storage/ProtobufValueContainer.cs#L145
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
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#L183
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/net/KEFCore/Storage/Internal/KNetStreamsRetriever.cs#L385
Dereference of a possibly null reference.