Merge pull request #5 from johnt84/UpgradeToNet8 #17
Annotations
14 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webapp".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
Shared/GameState.cs#L8
Non-nullable property 'GuessResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Shared/GameGrid.cs#L5
Non-nullable property 'Guesses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Shared/GameGrid.cs#L6
Non-nullable property 'IncorrectGuessHintColours' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Shared/GuessResult.cs#L7
Non-nullable property 'ErrorMessages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WorldleGameEngineUnitTests/WordleGameEngineTest.cs#L82
Possible null reference argument for parameter 'values' in 'string string.Join<char>(string? separator, IEnumerable<char> values)'.
|
WorldleGameEngineUnitTests/WordleGameEngineTest.cs#L104
Possible null reference argument for parameter 'values' in 'string string.Join<char>(string? separator, IEnumerable<char> values)'.
|
WorldleGameEngineUnitTests/WordleGameEngineTest.cs#L127
Possible null reference argument for parameter 'values' in 'string string.Join<char>(string? separator, IEnumerable<char> values)'.
|
WorldleGameEngineUnitTests/WordleGameEngineTest.cs#L147
Possible null reference argument for parameter 'values' in 'string string.Join<char>(string? separator, IEnumerable<char> values)'.
|
WorldleGameEngineUnitTests/WordleGameEngineTest.cs#L167
Possible null reference argument for parameter 'values' in 'string string.Join<char>(string? separator, IEnumerable<char> values)'.
|
WorldleGameEngineUnitTests/WordleGameEngineTest.cs#L188
Possible null reference argument for parameter 'values' in 'string string.Join<char>(string? separator, IEnumerable<char> values)'.
|
The logs for this run have expired and are no longer available.
Loading