Game of Life #33
Annotations
22 warnings and 4 notices
build (macos-13)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (macos-13)
Found no csproj for file 8.0/Apps/GameOfLife/GameOfLife.sln
|
build (macos-13):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L29
Converting null literal or possible null value to non-nullable type.
|
build (macos-13):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L31
Dereference of a possibly null reference.
|
build (macos-13):
8.0/Apps/GameOfLife/GameOfLife/GameCell.cs#L27
Non-nullable event 'Tapped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build (macos-13):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L69
Nullability of reference types in type of parameter 'sender' of 'void MainPage.OnTapGestureTapped(object sender, EventArgs args)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build (macos-13):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L98
Converting null literal or possible null value to non-nullable type.
|
build (macos-13):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L99
Dereference of a possibly null reference.
|
build (macos-13):
8.0/Apps/GameOfLife/GameOfLife/GameGrid.cs#L101
Unreachable code detected
|
build (macos-13):
8.0/Apps/GameOfLife/GameOfLife/GameGrid.cs#L128
Cannot convert null literal to non-nullable reference type.
|
build (macos-13):
8.0/Apps/GameOfLife/GameOfLife/GameCell.cs#L27
Non-nullable event 'Tapped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-latest)
Found no csproj for file 8.0/Apps/GameOfLife/GameOfLife.sln
|
build (windows-latest):
8.0/Apps/GameOfLife/GameOfLife/GameCell.cs#L27
Non-nullable event 'Tapped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build (windows-latest):
8.0/Apps/GameOfLife/GameOfLife/GameGrid.cs#L101
Unreachable code detected
|
build (windows-latest):
8.0/Apps/GameOfLife/GameOfLife/GameGrid.cs#L128
Cannot convert null literal to non-nullable reference type.
|
build (windows-latest):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L29
Converting null literal or possible null value to non-nullable type.
|
build (windows-latest):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L31
Dereference of a possibly null reference.
|
build (windows-latest):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L69
Nullability of reference types in type of parameter 'sender' of 'void MainPage.OnTapGestureTapped(object sender, EventArgs args)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build (windows-latest):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L98
Converting null literal or possible null value to non-nullable type.
|
build (windows-latest):
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L99
Dereference of a possibly null reference.
|
build (windows-latest):
8.0/Apps/GameOfLife/GameOfLife/GameCell.cs#L27
Non-nullable event 'Tapped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build (macos-13)
./8.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj is not in processed builds yet
|
build (macos-13)
Added ./8.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj to processed builds
|
build (windows-latest)
./8.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj is not in processed builds yet
|
build (windows-latest)
Added ./8.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj to processed builds
|