Skip to content

v1.0.1

v1.0.1 #9

Triggered via release March 20, 2025 21:39
@yawafluayawaflua
created v1.0.1
Status Success
Total duration 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

nuget.yml

on: release
build-and-publish
31s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-publish: tests/Telegram.Tests/TestTelegramHostedService.cs#L95
Possible null reference argument for parameter 'method' in 'bool TelegramHostedService.IsValidHandlerMethod(MethodInfo method, Type parameterType)'.
build-and-publish: Examples/Telegram.Examples/UpdatePolling/Update.cs#L35
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-and-publish: Examples/Telegram.Examples/Program.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-and-publish: Examples/Telegram.Examples/UpdatePolling/Update.cs#L20
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-and-publish: Examples/Telegram.Examples/UpdatePolling/Update.cs#L11
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-and-publish: Telegram.Net/Services/TelegramHostedService.cs#L27
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-publish: Telegram.Net/Services/TelegramHostedService.cs#L72
Possible null reference return.
build-and-publish: Telegram.Net/Services/TelegramHostedService.cs#L29
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: Telegram.Net/Services/TelegramHostedService.cs#L29
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: Telegram.Net/Services/TelegramHostedService.cs#L29
Non-nullable property 'isc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.