Add support for PAR #1742
Annotations
10 warnings
src/IdentityServer/Endpoints/PushedAuthorizationEndpoint.cs#L95
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L14
Non-nullable property 'ReferenceValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L15
Non-nullable property 'PushedParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L273
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Claim, string>(IEnumerable<Claim> source, Func<Claim, string> selector)'.
|
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L12
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest'
|
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L14
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ReferenceValue'
|
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L15
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.PushedParameters'
|
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L16
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ExpiresAtUtc'
|
src/IdentityServer/Endpoints/PushedAuthorizationEndpoint.cs#L95
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L14
Non-nullable property 'ReferenceValue' 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