Skip to content

Change version

Change version #36

Triggered via push March 20, 2025 22:51
Status Failure
Total duration 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
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/Program.cs#L16
Possible null reference argument for parameter 'token' in 'TelegramBotConfig.TelegramBotConfig(string token)'.
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: 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.