chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 #245
Annotations
13 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Restore dependencies
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Restore dependencies
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build:
SteamTogether.Core/Models/TelegramChatParticipant.cs#L18
Non-nullable property 'SteamPlayer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SteamTogether.Core/Models/PlayerGame.cs#L15
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SteamTogether.Core/Models/PlayerGame.cs#L16
Non-nullable property 'Game' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SteamTogether.Bot/Options/ScraperClientOptions.cs#L9
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SteamTogether.Bot/Services/Command/Commands/StartPollCommand.cs#L49
Possible null reference assignment.
|
Build:
SteamTogether.Bot/Services/TelegramService.cs#L89
Possible null reference argument for parameter 'input' in 'ParseResult ITelegramCommandParser.Parse(string input, string botName)'.
|
Build:
SteamTogether.Bot/Services/TelegramService.cs#L89
Possible null reference argument for parameter 'botName' in 'ParseResult ITelegramCommandParser.Parse(string input, string botName)'.
|
Build:
SteamTogether.Bot/Services/Command/Commands/EndPollCommand.cs#L63
Dereference of a possibly null reference.
|
Loading