Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.4 to 8.0.5 (#112) #141
Annotations
10 warnings
Build with dotnet:
TelegramBot/Config/BotConfiguration.cs#L5
Non-nullable property 'BotToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
TelegramBot/Config/BotConfiguration.cs#L6
Non-nullable property 'HostAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
TelegramBot/Services/ConfigureWebhook.cs#L19
Possible null reference assignment.
|
Build with dotnet:
TelegramBot/Services/ConfigureWebhook.cs#L13
Non-nullable field '_botConfig' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build with dotnet:
TelegramBot/Services/HandleUpdateService.cs#L234
Dereference of a possibly null reference.
|
Build with dotnet:
TelegramBot/Config/BotConfiguration.cs#L5
Non-nullable property 'BotToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
TelegramBot/Config/BotConfiguration.cs#L6
Non-nullable property 'HostAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
TelegramBot/Services/ConfigureWebhook.cs#L19
Possible null reference assignment.
|
Build with dotnet:
TelegramBot/Services/ConfigureWebhook.cs#L13
Non-nullable field '_botConfig' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build with dotnet:
TelegramBot/Services/HandleUpdateService.cs#L234
Dereference of a possibly null reference.
|
Loading