CodeQL #198
Annotations
10 warnings
src/JsonConverters/ClaimJsonConverter.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/JsonConverters/ClaimJsonConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
src/Pages/ExternalLogin/Callback.cshtml.cs#L27
Cannot convert null literal to non-nullable reference type.
|
src/Pages/Account/Create/Index.cshtml.cs#L26
Cannot convert null literal to non-nullable reference type.
|
src/Pages/Ciba/Consent.cshtml.cs#L115
Cannot convert null literal to non-nullable reference type.
|
src/Pages/ServerSideSessions/Index.cshtml.cs#L13
Cannot convert null literal to non-nullable reference type.
|
src/Pages/Consent/Index.cshtml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
src/Pages/Device/Index.cshtml.cs#L131
Cannot convert null literal to non-nullable reference type.
|
src/Pages/Account/Login/Index.cshtml.cs#L34
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading