Initial Dashboard and finalizing login page #24
Annotations
10 warnings
ChatRPG/Pages/ApiAccess.razor#L58
Converting null literal or possible null value to non-nullable type.
|
ChatRPG/Pages/ApiAccess.razor#L58
Possible null reference assignment.
|
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.
|
ChatRPG/Pages/ApiAccess.razor#L70
Converting null literal or possible null value to non-nullable type.
|
ChatRPG/Pages/ApiAccess.razor#L70
Possible null reference assignment.
|
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.
|
ChatRPG/Pages/ApiAccess.razor#L51
Non-nullable field '_input' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ChatRPG/Pages/ApiAccess.razor#L52
Non-nullable field '_openAiResponse' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ChatRPG/Pages/ApiAccess.razor#L53
Non-nullable field '_zip' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ChatRPG/Pages/ApiAccess.razor#L54
Non-nullable field '_foodWasteResponses' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading