chore(deps): update dependency communitytoolkit.mvvm to 8.3.2 - autoclosed #64
Annotations
3 errors and 10 warnings
Create Release:
src/AvaloniaTetris.Browser/Program.cs#L5
The type or namespace name 'Browser' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?)
|
Create Release:
src/AvaloniaTetris.Browser/Program.cs#L5
The type or namespace name 'Browser' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?)
|
Create Release
Process completed with exit code 1.
|
Create Release:
src/AvaloniaTetris/Game.cs#L74
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.
|
Create Release:
src/AvaloniaTetris/Game.cs#L79
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.
|
Create Release:
src/AvaloniaTetris/Piece.cs#L10
Non-nullable field '_shape' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Create Release:
src/AvaloniaTetris/Game.cs#L105
Dereference of a possibly null reference.
|
Create Release:
src/AvaloniaTetris/Game.cs#L137
Dereference of a possibly null reference.
|
Create Release:
src/AvaloniaTetris/Game.cs#L174
Dereference of a possibly null reference.
|
Create Release:
src/AvaloniaTetris/Game.cs#L231
Dereference of a possibly null reference.
|
Create Release:
src/AvaloniaTetris/Game.cs#L280
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<Point>(IEnumerable<Point> source, Func<Point, bool> predicate)'.
|
Create Release:
src/AvaloniaTetris/Game.cs#L292
Dereference of a possibly null reference.
|
Create Release:
src/AvaloniaTetris/Game.cs#L307
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<Point>(IEnumerable<Point> source, Func<Point, bool> predicate)'.
|