chore: clarify gamestate #44
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, andelf/nightly-release@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Source/Tester/Program.cs#L16
Cannot convert null literal to non-nullable reference type.
|
build:
Source/Tester/Grid.cs#L7
Parameter 'int[*,*] grid' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
build:
Source/Tester/Game.cs#L3
Missing XML comment for publicly visible type or member 'Game'
|
build:
Source/Tester/Game.cs#L5
Missing XML comment for publicly visible type or member 'Game.State'
|
build:
Source/Tester/Game.cs#L6
Missing XML comment for publicly visible type or member 'Game.CurrentDice'
|
build:
Source/Tester/Game.cs#L7
Missing XML comment for publicly visible type or member 'Game.Grid'
|
build:
Source/Tester/Game.cs#L8
Missing XML comment for publicly visible type or member 'Game.Rounds'
|
build:
Source/Tester/Game.cs#L10
Missing XML comment for publicly visible type or member 'Game.Game(Grid)'
|
build:
Source/Tester/Game.cs#L18
Missing XML comment for publicly visible type or member 'Game.Place(Point, int)'
|
build:
Source/Tester/Game.cs#L43
Missing XML comment for publicly visible type or member 'Game.GetPoints()'
|