CodeQL Advanced #45
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.
|