Skip to content

Initial Dashboard and finalizing login page #17

Initial Dashboard and finalizing login page

Initial Dashboard and finalizing login page #17

Triggered via pull request November 8, 2023 10:32
Status Success
Total duration 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ChatRPG/API/SallingClient.cs#L18
Possible null reference argument for parameter 'accessToken' in 'JwtAuthenticator.JwtAuthenticator(string accessToken)'.
build: ChatRPG/API/SallingClient.cs#L47
Possible null reference return.
build: ChatRPG/Pages/ApiAccess.razor#L58
Converting null literal or possible null value to non-nullable type.
build: ChatRPG/Pages/ApiAccess.razor#L58
Possible null reference assignment.
build: ChatRPG/Pages/ApiAccess.razor#L56
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: ChatRPG/Pages/ApiAccess.razor#L70
Converting null literal or possible null value to non-nullable type.
build: ChatRPG/Pages/ApiAccess.razor#L70
Possible null reference assignment.
build: ChatRPG/Pages/ApiAccess.razor#L68
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: ChatRPG/Pages/ApiAccess.razor#L51
Non-nullable field '_input' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ChatRPG/Pages/ApiAccess.razor#L52
Non-nullable field '_openAiResponse' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.