Skip to content

chore: add no symbols #7

chore: add no symbols

chore: add no symbols #7

Triggered via push November 11, 2024 18:51
Status Failure
Total duration 17s
Artifacts

publish.yml

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

Annotations

1 error and 7 warnings
Publish TournamentGenerator NuGet package
Process completed with exit code 1.
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/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.
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/SingleEliminationBuilder.cs#L28
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#L28
Non-nullable field '_startingPositions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.