Remove nullable and GitHub Actions warnings - #1
Merged
Annotations
10 warnings
|
Build:
WinDama1.0/MainWindow.xaml.cs#L453
Possible null reference argument for parameter 'lastMove' in 'void BoardRenderer.Draw(Canvas canvas, int[,] board, bool pieceSelected, int? selectedRow, int? selectedColumn, IReadOnlyList<Move> highlightedLegalMoves, Move lastMove)'.
|
|
Build:
WinDama1.0/MainWindow.xaml.cs#L3397
Converting null literal or possible null value to non-nullable type.
|
|
Build:
WinDama1.0/MainWindow.xaml.cs#L1502
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build:
WinDama1.0/MainWindow.xaml.cs#L1386
Converting null literal or possible null value to non-nullable type.
|
|
Build:
WinDama1.0/MainWindow.xaml.cs#L1259
Possible null reference argument for parameter 'text' in 'string BoardEditorController.BuildSafePositionFileName(string text)'.
|
|
Build:
WinDama1.0/MainWindow.xaml.cs#L1104
Converting null literal or possible null value to non-nullable type.
|
|
Build:
WinDama1.0/MainWindow.xaml.cs#L1081
Converting null literal or possible null value to non-nullable type.
|
|
Build:
WinDama1.0/BoardRenderer.cs#L75
Dereference of a possibly null reference.
|
|
Build:
WinDama1.0/BoardRenderer.cs#L73
Converting null literal or possible null value to non-nullable type.
|
|
Build:
WinDama1.0/MainWindow.xaml.cs#L453
Possible null reference argument for parameter 'lastMove' in 'void BoardRenderer.Draw(Canvas canvas, int[,] board, bool pieceSelected, int? selectedRow, int? selectedColumn, IReadOnlyList<Move> highlightedLegalMoves, Move lastMove)'.
|
background
wait
wait-all
cancel
parallel
Loading