Skip to content

CodeQL

CodeQL #70

Triggered via schedule November 4, 2025 03:40
Status Success
Total duration 4m 37s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/Deveel.Messaging.Connector.Telegram/Messaging/TelegramBotConnector.cs#L311
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.
Analyze (csharp): src/Deveel.Messaging.Connector.Telegram/Messaging/TelegramBotConnector.cs#L311
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.
Analyze (csharp): test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L111
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L257
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): test/Deveel.Messaging.Abstrations.XUnit/Messaging/TextContentTests.cs#L40
Cannot convert null literal to non-nullable reference type.