Skip to content

CodeQL

CodeQL #210

Triggered via schedule December 27, 2023 23:44
Status Failure
Total duration 1m 4s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 warnings
Analyze (csharp): src/Pages/Index.cshtml.cs#L26
The type or namespace name 'IdentityServerLicense' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Pages/Index.cshtml.cs#L14
The type or namespace name 'IdentityServerLicense' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Pages/Index.cshtml.cs#L26
The type or namespace name 'IdentityServerLicense' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Pages/Index.cshtml.cs#L14
The type or namespace name 'IdentityServerLicense' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp): src/JsonConverters/ClaimJsonConverter.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): src/JsonConverters/ClaimJsonConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): src/YamlConverters/SecretYamlConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'void SecretYamlConverter.WriteYaml(IEmitter emitter, object value, Type type)' doesn't match implicitly implemented member 'void IYamlTypeConverter.WriteYaml(IEmitter emitter, object? value, Type type)' (possibly because of nullability attributes).
Analyze (csharp): src/JsonConverters/ClaimJsonConverter.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): src/JsonConverters/ClaimJsonConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): src/YamlConverters/SecretYamlConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'void SecretYamlConverter.WriteYaml(IEmitter emitter, object value, Type type)' doesn't match implicitly implemented member 'void IYamlTypeConverter.WriteYaml(IEmitter emitter, object? value, Type type)' (possibly because of nullability attributes).