Skip to content

Initial Dashboard and finalizing login page #24

Initial Dashboard and finalizing login page

Initial Dashboard and finalizing login page #24

Triggered via pull request November 9, 2023 11:14
Status Success
Total duration 44s
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/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.
build: ChatRPG/Pages/ApiAccess.razor#L53
Non-nullable field '_zip' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ChatRPG/Pages/ApiAccess.razor#L54
Non-nullable field '_foodWasteResponses' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.