Skip to content

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 #339

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 #339

Triggered via pull request August 26, 2024 04:18
Status Success
Total duration 2m 6s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): TelegramBot/Config/BotConfiguration.cs#L5
Non-nullable property 'BotToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): TelegramBot/Config/BotConfiguration.cs#L6
Non-nullable property 'HostAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): TelegramBot/Services/ConfigureWebhook.cs#L19
Possible null reference assignment.
Analyze (csharp): TelegramBot/Services/ConfigureWebhook.cs#L13
Non-nullable field '_botConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): TelegramBot/Services/HandleUpdateService.cs#L234
Dereference of a possibly null reference.
Analyze (csharp): TelegramBot/Config/BotConfiguration.cs#L5
Non-nullable property 'BotToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): TelegramBot/Config/BotConfiguration.cs#L6
Non-nullable property 'HostAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): TelegramBot/Services/ConfigureWebhook.cs#L19
Possible null reference assignment.
Analyze (csharp): TelegramBot/Services/ConfigureWebhook.cs#L13
Non-nullable field '_botConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): TelegramBot/Services/HandleUpdateService.cs#L234
Dereference of a possibly null reference.