updates(email templates): welcome email #873
Annotations
10 warnings
src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L31
Non-nullable property 'forwardedFor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L32
Non-nullable property 'forwardedProto' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L33
Non-nullable property 'forwardedHost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/keycloak/Keycloak.Library/Models/AttackDetection/UserNameStatus.cs#L38
Non-nullable property 'LastIpFailure' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/keycloak/Keycloak.Library/Models/AuthorizationScopes/AuthorizationScope.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/keycloak/Keycloak.Library/Models/AuthorizationScopes/AuthorizationScope.cs#L36
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/keycloak/Keycloak.Library/Models/ClientAttributeCertificate/KeyStoreConfig.cs#L34
Non-nullable property 'Format' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/keycloak/Keycloak.Library/Models/ClientAttributeCertificate/KeyStoreConfig.cs#L36
Non-nullable property 'KeyAlias' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading