Skip to content

fix: allow tournament without opponents #13

fix: allow tournament without opponents

fix: allow tournament without opponents #13

Triggered via push November 27, 2024 20:26
Status Success
Total duration 31s
Artifacts

publish.yml

on: push
Publish TournamentGenerator NuGet package
20s
Publish TournamentGenerator NuGet package
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Publish TournamentGenerator NuGet package: src/DoubleEliminationBuilder.cs#L25
Non-nullable field '_byeOpponent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Publish TournamentGenerator NuGet package: src/DoubleEliminationBuilder.cs#L25
Non-nullable field '_startingPositions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Publish TournamentGenerator NuGet package: src/SingleEliminationBuilder.cs#L30
Non-nullable field '_byeOpponent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Publish TournamentGenerator NuGet package: src/SingleEliminationBuilder.cs#L30
Non-nullable field '_startingPositions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Publish TournamentGenerator NuGet package: src/Type/DoubleProgression.cs#L28
The variable 'gatherMatchesFromWinnersBracket' is assigned but its value is never used
Publish TournamentGenerator NuGet package: src/Type/Match.cs#L16
Non-nullable property 'Opponent1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish TournamentGenerator NuGet package: src/Type/Match.cs#L18
Non-nullable property 'Opponent2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.