fix: allow tournament without opponents #13
publish.yml
on: push
Publish TournamentGenerator NuGet package
20s
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.
|