pre-v1.0.1 pr #32
Annotations
10 warnings
|
build:
tests/Telegram.Tests/TestTelegramHostedService.cs#L95
Possible null reference argument for parameter 'method' in 'bool TelegramHostedService.IsValidHandlerMethod(MethodInfo method, Type parameterType)'.
|
|
build:
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:
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:
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:
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:
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:
Telegram.Net/Services/TelegramHostedService.cs#L72
Possible null reference return.
|
|
build:
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:
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:
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.
|