Skip to content

Add support for PAR #1966

Add support for PAR

Add support for PAR #1966

Triggered via pull request October 20, 2023 19:50
@josephdecockjosephdecock
synchronize #1424
joe/par
Status Success
Total duration 5m 42s
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
windows-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L305
Cannot convert null literal to non-nullable reference type.
windows-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L54
Dereference of a possibly null reference.
windows-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L233
Possible null reference argument for parameter 'source' in 'Claim? Enumerable.SingleOrDefault<Claim>(IEnumerable<Claim> source, Func<Claim, bool> predicate)'.
windows-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L248
Possible null reference argument for parameter 'source' in 'Claim? Enumerable.SingleOrDefault<Claim>(IEnumerable<Claim> source, Func<Claim, bool> predicate)'.
windows-latest: src/IdentityServer/Services/IPushedAuthorizationService.cs#L58
Non-nullable property 'ReferenceValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows-latest: src/IdentityServer/Services/IPushedAuthorizationService.cs#L59
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/Configuration/DependencyInjection/Options/LoggingOptions.cs#L57
Missing XML comment for publicly visible type or member 'LoggingOptions.PushedAuthorizationSensitiveValuesFilter'
windows-latest: src/IdentityServer/Services/IPushedAuthorizationService.cs#L16
Missing XML comment for publicly visible type or member 'IPushedAuthorizationService'
ubuntu-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L305
Cannot convert null literal to non-nullable reference type.
ubuntu-latest: src/IdentityServer/Services/IPushedAuthorizationService.cs#L58
Non-nullable property 'ReferenceValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ubuntu-latest: src/IdentityServer/Services/IPushedAuthorizationService.cs#L59
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#L54
Dereference of a possibly null reference.
ubuntu-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L233
Possible null reference argument for parameter 'source' in 'Claim? Enumerable.SingleOrDefault<Claim>(IEnumerable<Claim> source, Func<Claim, bool> predicate)'.
ubuntu-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L248
Possible null reference argument for parameter 'source' in 'Claim? Enumerable.SingleOrDefault<Claim>(IEnumerable<Claim> source, Func<Claim, bool> predicate)'.
ubuntu-latest: src/IdentityServer/Configuration/DependencyInjection/Options/LoggingOptions.cs#L57
Missing XML comment for publicly visible type or member 'LoggingOptions.PushedAuthorizationSensitiveValuesFilter'
ubuntu-latest: src/IdentityServer/Services/IPushedAuthorizationService.cs#L16
Missing XML comment for publicly visible type or member 'IPushedAuthorizationService'
macOS-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L305
Cannot convert null literal to non-nullable reference type.
macOS-latest: src/IdentityServer/Services/IPushedAuthorizationService.cs#L58
Non-nullable property 'ReferenceValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
macOS-latest: src/IdentityServer/Services/IPushedAuthorizationService.cs#L59
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#L54
Dereference of a possibly null reference.
macOS-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L233
Possible null reference argument for parameter 'source' in 'Claim? Enumerable.SingleOrDefault<Claim>(IEnumerable<Claim> source, Func<Claim, bool> predicate)'.
macOS-latest: src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L248
Possible null reference argument for parameter 'source' in 'Claim? Enumerable.SingleOrDefault<Claim>(IEnumerable<Claim> source, Func<Claim, bool> predicate)'.
macOS-latest: src/IdentityServer/Configuration/DependencyInjection/Options/LoggingOptions.cs#L57
Missing XML comment for publicly visible type or member 'LoggingOptions.PushedAuthorizationSensitiveValuesFilter'
macOS-latest: src/IdentityServer/Services/IPushedAuthorizationService.cs#L16
Missing XML comment for publicly visible type or member 'IPushedAuthorizationService'