Skip to content

make ClientId nullable #9

make ClientId nullable

make ClientId nullable #9

Triggered via push March 29, 2024 07:01
Status Success
Total duration 1m 18s
Billable time 2m
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Abblix.Oidc.Server.Mvc/Model/AuthorizationRequest.cs#L216
Possible null reference assignment.
build: Abblix.Oidc.Server.Mvc/Model/AuthorizationRequest.cs#L216
Possible null reference assignment.
build: Abblix.Oidc.Server.UnitTests/ClientAuthentication/AuthorizationHeaderAdapterTests.cs#L40
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.
build: Abblix.Oidc.Server.UnitTests/ClientAuthentication/AuthorizationHeaderAdapterTests.cs#L40
Theory method 'BasicAuthorizationHeaderTest' on test class 'AuthorizationHeaderAdapterTests' does not use parameter 'id'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
build: Abblix.Oidc.Server.UnitTests/ClientAuthentication/AuthorizationHeaderAdapterTests.cs#L40
Theory method 'BasicAuthorizationHeaderTest' on test class 'AuthorizationHeaderAdapterTests' does not use parameter 'secret'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
build: Abblix.Oidc.Server.Mvc/Model/AuthorizationRequest.cs#L216
Possible null reference assignment.
build: Abblix.Oidc.Server.Mvc/Model/AuthorizationRequest.cs#L216
Possible null reference assignment.
build: Abblix.Oidc.Server.Mvc/Model/AuthorizationRequest.cs#L216
Possible null reference assignment.
build: Abblix.Oidc.Server.UnitTests/ClientAuthentication/AuthorizationHeaderAdapterTests.cs#L40
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.
build: Abblix.Oidc.Server.UnitTests/ClientAuthentication/AuthorizationHeaderAdapterTests.cs#L40
Theory method 'BasicAuthorizationHeaderTest' on test class 'AuthorizationHeaderAdapterTests' does not use parameter 'id'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)