chore(deps): update dependency avalonia.desktop to v11.0.7 - autoclosed #20
Annotations
10 warnings
Dotnet Build:
src/AvaloniaTetris/Game.cs#L58
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
Dotnet Build:
src/AvaloniaTetris/Game.cs#L63
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
Dotnet Build:
src/AvaloniaTetris/Game.cs#L75
Dereference of a possibly null reference.
|
Dotnet Build:
src/AvaloniaTetris/Game.cs#L107
Dereference of a possibly null reference.
|
Dotnet Build:
src/AvaloniaTetris/Piece.cs#L10
Non-nullable field '_shape' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Dotnet Build:
src/AvaloniaTetris/Game.cs#L190
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<Point>(IEnumerable<Point> source, Func<Point, bool> predicate)'.
|
Dotnet Build:
src/AvaloniaTetris/Game.cs#L202
Dereference of a possibly null reference.
|
Dotnet Build:
src/AvaloniaTetris/Game.cs#L217
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<Point>(IEnumerable<Point> source, Func<Point, bool> predicate)'.
|
Dotnet Build:
src/AvaloniaTetris/Game.cs#L229
Dereference of a possibly null reference.
|
Dotnet Build:
src/AvaloniaTetris/Game.cs#L242
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading