Skip to content

chore(deps): update dependency csharpier to 0.29.2 #185

chore(deps): update dependency csharpier to 0.29.2

chore(deps): update dependency csharpier to 0.29.2 #185

Triggered via pull request January 15, 2024 18:38
Status Success
Total duration 1m 8s
Artifacts

dotnet.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SteamTogether.Core/Models/TelegramChatParticipant.cs#L18
Non-nullable property 'SteamPlayer' must contain a non-null value when exiting constructor. Consider 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 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 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 declaring the property as nullable.
build: SteamTogether.Bot/Services/Command/Commands/StartPollCommand.cs#L49
Possible null reference assignment.
build: SteamTogether.Bot/Services/Command/Commands/EndPollCommand.cs#L63
Dereference of a possibly null reference.
build: SteamTogether.Bot/Services/Command/Commands/GameCollector.cs#L39
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
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.Scraper/ScraperWorker.cs#L47
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.