Skip to content

chore(deps): update dependency dotnet-coverage to 17.13.1 #248

chore(deps): update dependency dotnet-coverage to 17.13.1

chore(deps): update dependency dotnet-coverage to 17.13.1 #248

Triggered via pull request December 4, 2024 09:44
Status Success
Total duration 1m 0s
Artifacts

dotnet.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
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.