CodeQL #206
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/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/Consent/Index.cshtml.cs#L121
Cannot convert null literal to non-nullable reference type.
|
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/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.
|
Analyze (csharp):
src/Pages/ExternalLogin/Callback.cshtml.cs#L27
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.
|