Skip to content

Merge pull request #1424 from DuendeSoftware/joe/par #1743

Merge pull request #1424 from DuendeSoftware/joe/par

Merge pull request #1424 from DuendeSoftware/joe/par #1743

Triggered via push October 24, 2023 03:24
Status Success
Total duration 5m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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.