Skip to content

Merge remote-tracking branch 'origin/develop' into develop #39

Merge remote-tracking branch 'origin/develop' into develop

Merge remote-tracking branch 'origin/develop' into develop #39

Triggered via push March 20, 2025 23:06
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Examples/Telegram.Examples/UpdatePolling/Update.cs#L11
Non-nullable field '_conf' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Examples/Telegram.Examples/UpdatePolling/Update.cs#L47
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: Examples/Telegram.Examples/UpdatePolling/Update.cs#L26
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: Examples/Telegram.Examples/UpdatePolling/Update.cs#L17
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: Examples/Telegram.Examples/Program.cs#L16
Possible null reference argument for parameter 'token' in 'TelegramBotConfig.TelegramBotConfig(string token)'.
build: Telegram.Net/Services/TelegramHostedService.cs#L29
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Telegram.Net/Services/TelegramHostedService.cs#L74
Possible null reference return.
build: Telegram.Net/Services/TelegramHostedService.cs#L31
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Telegram.Net/Services/TelegramHostedService.cs#L31
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Telegram.Net/Services/TelegramHostedService.cs#L31
Non-nullable property 'isc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.