Skip to content

Core: support parsing of commands that do not take any argument or op… #35

Core: support parsing of commands that do not take any argument or op…

Core: support parsing of commands that do not take any argument or op… #35

Triggered via push December 9, 2024 15:28
Status Success
Total duration 10m 29s
Artifacts

codeql.yml

on: push
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp)
The variable 'COLOR_FDB_BLUE_LIGHT' is assigned but its value is never used
Analyze (csharp)
The variable 'COLOR_FDB_BLUE_LIGHT' is assigned but its value is never used
Analyze (csharp)
Nullability of reference types in type of parameter 'instance' of 'void PersonJsonConverter.Serialize(CrystalJsonWriter writer, Person instance)' doesn't match implicitly implemented member 'void IJsonSerializer<Person>.Serialize(CrystalJsonWriter writer, Person? instance)' (possibly because of nullability attributes).
Analyze (csharp)
Nullability of reference types in type of parameter 'instance' of 'void MyAwesomeUserJsonConverter.Serialize(CrystalJsonWriter writer, MyAwesomeUser instance)' doesn't match implicitly implemented member 'void IJsonSerializer<MyAwesomeUser>.Serialize(CrystalJsonWriter writer, MyAwesomeUser? instance)' (possibly because of nullability attributes).
Analyze (csharp)
Nullability of reference types in type of parameter 'instance' of 'void MyAwesomeMetadataJsonConverter.Serialize(CrystalJsonWriter writer, MyAwesomeMetadata instance)' doesn't match implicitly implemented member 'void IJsonSerializer<MyAwesomeMetadata>.Serialize(CrystalJsonWriter writer, MyAwesomeMetadata? instance)' (possibly because of nullability attributes).
Analyze (csharp)
Nullability of reference types in type of parameter 'instance' of 'void MyAwesomeDeviceJsonConverter.Serialize(CrystalJsonWriter writer, MyAwesomeDevice instance)' doesn't match implicitly implemented member 'void IJsonSerializer<MyAwesomeDevice>.Serialize(CrystalJsonWriter writer, MyAwesomeDevice? instance)' (possibly because of nullability attributes).
Analyze (csharp)
Cannot convert null literal to non-nullable reference type.
Analyze (csharp)
Cannot convert null literal to non-nullable reference type.
Analyze (csharp)
Possible null reference assignment.
Analyze (csharp)
Possible null reference assignment.