Update to .NET RC.2 #1976
Annotations
10 warnings
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#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/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#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'
|
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)
|
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)
|
The logs for this run have expired and are no longer available.
Loading