Add support for PAR #1742
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
Analyze (csharp):
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.
|
Analyze (csharp):
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.
|
Analyze (csharp):
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.
|
Analyze (csharp):
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)'.
|
Analyze (csharp):
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L12
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest'
|
Analyze (csharp):
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L14
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ReferenceValue'
|
Analyze (csharp):
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L15
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.PushedParameters'
|
Analyze (csharp):
src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L16
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ExpiresAtUtc'
|
Analyze (csharp):
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.
|
Analyze (csharp):
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.
|