Skip to content

rework google sheets module #17

rework google sheets module

rework google sheets module #17

Triggered via push January 16, 2024 18:01
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ChatGPTModule.cs#L26
'Conversation.GetResponseFromChatbot()' is obsolete: 'Conversation.GetResponseFromChatbot() has been renamed to GetResponseFromChatbotAsync to follow .NET naming guidelines. Please update any references to GetResponseFromChatbotAsync(). This alias will be removed in a future version.'
build: commands/other/PingCommand.cs#L14
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: commands/other/PingCommand.cs#L12
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: Program.cs#L54
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Program.cs#L56
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Program.cs#L67
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Program.cs#L81
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Program.cs#L95
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Program.cs#L119
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Program.cs#L60
The result of the expression is always 'false' since a value of type 'bool' is never equal to 'null' of type 'bool?'