Game of Life #33
Annotations
11 warnings and 2 notices
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/.
|
Find and build changed projects
Found no csproj for file 8.0/Apps/GameOfLife/GameOfLife.sln
|
Find and build changed projects:
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.
|
Find and build changed projects:
8.0/Apps/GameOfLife/GameOfLife/GameGrid.cs#L101
Unreachable code detected
|
Find and build changed projects:
8.0/Apps/GameOfLife/GameOfLife/GameGrid.cs#L128
Cannot convert null literal to non-nullable reference type.
|
Find and build changed projects:
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L29
Converting null literal or possible null value to non-nullable type.
|
Find and build changed projects:
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L31
Dereference of a possibly null reference.
|
Find and build changed projects:
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).
|
Find and build changed projects:
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L98
Converting null literal or possible null value to non-nullable type.
|
Find and build changed projects:
8.0/Apps/GameOfLife/GameOfLife/MainPage.xaml.cs#L99
Dereference of a possibly null reference.
|
Find and build changed projects:
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.
|
Find and build changed projects
./8.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj is not in processed builds yet
|
Find and build changed projects
Added ./8.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj to processed builds
|
The logs for this run have expired and are no longer available.
Loading