Skip to content

CodeQL

CodeQL #198

Triggered via schedule October 18, 2023 23:44
Status Success
Total duration 3m 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

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

Annotations

10 warnings
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/Pages/ExternalLogin/Callback.cshtml.cs#L27
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Pages/Account/Create/Index.cshtml.cs#L26
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Pages/Ciba/Consent.cshtml.cs#L115
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Pages/ServerSideSessions/Index.cshtml.cs#L13
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Pages/Consent/Index.cshtml.cs#L121
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Pages/Device/Index.cshtml.cs#L131
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Pages/Account/Login/Index.cshtml.cs#L34
Cannot convert null literal to non-nullable reference type.