Skip to content

chore(deps): update xunit-dotnet monorepo #254

chore(deps): update xunit-dotnet monorepo

chore(deps): update xunit-dotnet monorepo #254

Triggered via pull request January 8, 2025 17:46
Status Success
Total duration 1m 7s
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/Command/Commands/GameCollector.cs#L39
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
build: SteamTogether.Bot/Services/Command/Commands/EndPollCommand.cs#L63
Dereference of a possibly null reference.
build: SteamTogether.Bot/Services/TelegramService.cs#L89
Possible null reference argument for parameter 'input' in 'ParseResult ITelegramCommandParser.Parse(string input, string botName)'.