Skip to content

Core: add shims for OverloadResolutionPriorityAttribute and RequiresD… #79

Core: add shims for OverloadResolutionPriorityAttribute and RequiresD…

Core: add shims for OverloadResolutionPriorityAttribute and RequiresD… #79

Triggered via push March 8, 2025 14:25
Status Success
Total duration 13m 37s
Artifacts

codeql.yml

on: push
Matrix: analyze

Annotations

10 warnings
Analyze (csharp)
The variable 'COLOR_FDB_BLUE_LIGHT' is assigned but its value is never used
Analyze (csharp)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp)
The variable 'COLOR_FDB_BLUE_LIGHT' is assigned but its value is never used
Analyze (csharp)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp)
The variable 'COLOR_FDB_BLUE_LIGHT' is assigned but its value is never used
Analyze (csharp)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp)
Nullability of reference types in type of parameter 'instance' of 'void SomethingJsonConverter.Serialize(CrystalJsonWriter writer, Something instance)' doesn't match implicitly implemented member 'void IJsonSerializer<Something>.Serialize(CrystalJsonWriter writer, Something? instance)' (possibly because of nullability attributes).
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).