Skip to content

Add support for PAR #1973

Add support for PAR

Add support for PAR #1973

Triggered via pull request October 23, 2023 21:14
@josephdecockjosephdecock
synchronize #1424
joe/par
Status Success
Total duration 5m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
ubuntu-latest: 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.
ubuntu-latest: 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.
ubuntu-latest: 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.
ubuntu-latest: 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)'.
ubuntu-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L12
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest'
ubuntu-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L14
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ReferenceValue'
ubuntu-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L15
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.PushedParameters'
ubuntu-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L16
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ExpiresAtUtc'
ubuntu-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L38
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
ubuntu-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L55
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows-latest: 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)'.
windows-latest: 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.
windows-latest: 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.
windows-latest: 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.
windows-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L12
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest'
windows-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L14
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ReferenceValue'
windows-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L15
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.PushedParameters'
windows-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L16
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ExpiresAtUtc'
windows-latest: test/EntityFramework.Storage.IntegrationTests/Stores/ClientStoreTests.cs#L152
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L38
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
macOS-latest: 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.
macOS-latest: 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.
macOS-latest: 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.
macOS-latest: 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)'.
macOS-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L12
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest'
macOS-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L14
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ReferenceValue'
macOS-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L15
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.PushedParameters'
macOS-latest: src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs#L16
Missing XML comment for publicly visible type or member 'DeserializedPushedAuthorizationRequest.ExpiresAtUtc'
macOS-latest: test/EntityFramework.Storage.IntegrationTests/Stores/ClientStoreTests.cs#L152
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
macOS-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L38
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)