gd2-4295 minor refactor, optimization - #9
Merged
Merged
Annotations
10 warnings
|
src/IdentityServer4/src/Hosting/FederatedSignOut/AuthenticationRequestHandlerWrapper.cs#L63
Nullability of reference types in type of parameter 'properties' of 'Task AuthenticationRequestHandlerWrapper.ForbidAsync(AuthenticationProperties properties)' doesn't match implicitly implemented member 'Task IAuthenticationHandler.ForbidAsync(AuthenticationProperties? properties)' (possibly because of nullability attributes).
|
|
src/IdentityServer4/src/Hosting/FederatedSignOut/AuthenticationRequestHandlerWrapper.cs#L58
Nullability of reference types in type of parameter 'properties' of 'Task AuthenticationRequestHandlerWrapper.ChallengeAsync(AuthenticationProperties properties)' doesn't match implicitly implemented member 'Task IAuthenticationHandler.ChallengeAsync(AuthenticationProperties? properties)' (possibly because of nullability attributes).
|
|
src/IdentityServer4/src/Endpoints/DeviceAuthorizationEndpoint.cs#L97
Cannot convert null literal to non-nullable reference type.
|
|
src/IdentityServer4/src/Endpoints/DeviceAuthorizationEndpoint.cs#L97
Cannot convert null literal to non-nullable reference type.
|
|
src/IdentityServer4/src/Models/KeyRotationOptions.cs#L25
Nullability of reference types in type of parameter 'name' of 'ValidateOptionsResult KeyRotationOptionsValidator.Validate(string name, KeyRotationOptions options)' doesn't match implicitly implemented member 'ValidateOptionsResult IValidateOptions<KeyRotationOptions>.Validate(string? name, KeyRotationOptions options)' (possibly because of nullability attributes).
|
|
src/IdentityServer4/src/Extensions/HttpContextAuthenticationExtensions.cs#L42
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
|
src/IdentityServer4/src/Hosting/CorsPolicyProvider.cs#L37
Nullability of reference types in return type of 'Task<CorsPolicy> CorsPolicyProvider.GetPolicyAsync(HttpContext context, string policyName)' doesn't match implicitly implemented member 'Task<CorsPolicy?> ICorsPolicyProvider.GetPolicyAsync(HttpContext context, string? policyName)'.
|
|
src/IdentityServer4/src/Configuration/IdentityServerApplicationBuilderExtensions.cs#L138
Cannot convert null literal to non-nullable reference type.
|
|
src/IdentityServer4/src/Configuration/IdentityServerApplicationBuilderExtensions.cs#L29
Cannot convert null literal to non-nullable reference type.
|
|
src/IdentityServer4/src/Models/DeviceFlowInteractionResult.cs#L40
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading