GitHub action to build and publish #3
Annotations
1 error and 9 warnings
Build project
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build project
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Build project:
castledice-matchmaker/Configuration/AuthBackendConnectionOptions.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build project:
castledice-matchmaker/MessageHandlers/RequestGameMessageHandler.cs#L9
Non-nullable field '_dtoAccepter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build project:
castledice-matchmaker/MessageHandlers/CancelGameMessageHandler.cs#L9
Non-nullable field '_dtoAccepter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build project
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
Build project:
castledice-matchmaker/Configuration/AuthBackendConnectionOptions.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build project:
castledice-matchmaker/MessageHandlers/RequestGameMessageHandler.cs#L9
Non-nullable field '_dtoAccepter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build project:
castledice-matchmaker/MessageHandlers/CancelGameMessageHandler.cs#L9
Non-nullable field '_dtoAccepter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading