Skip to content

JSON: disable EmitCompilerGeneratedFiles by default due to issue with… #37

JSON: disable EmitCompilerGeneratedFiles by default due to issue with…

JSON: disable EmitCompilerGeneratedFiles by default due to issue with… #37

Triggered via push December 10, 2024 13:26
Status Success
Total duration 10m 28s
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.