Add form validation #208
Annotations
51 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. 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, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
SteamGridDbMiddleware/Model/Override.cs#L9
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SteamGridDbMiddleware/Model/Override.cs#L9
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SteamGridDbMiddleware/SteamGridDb.cs#L100
Dereference of a possibly null reference.
|
SteamGridDbMiddleware/Gui/OnImageEdit.cs#L31
Dereference of a possibly null reference.
|
SteamGridDbMiddleware/Gui/OnImageEdit.cs#L58
Cannot convert null literal to non-nullable reference type.
|
SteamGridDbMiddleware/SteamGridDb.cs#L20
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SteamGridDbMiddleware/SteamGridDb.cs#L22
Non-nullable property 'Storage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BottlesPlugin/Model/Program.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BottlesPlugin/Model/Bottle.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BottlesPlugin/Model/Bottle.cs#L11
Non-nullable property 'Programs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BottlesPlugin/BottlesProgram.cs#L41
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
BottlesPlugin/BottlesWrapper.cs#L46
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
BottlesPlugin/Bottles.cs#L104
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
BottlesPlugin/Bottles.cs#L105
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
BottlesPlugin/Bottles.cs#L23
Non-nullable field '_app' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
BottlesPlugin/Bottles.cs#L25
Non-nullable field '_storage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LauncherGamePlugin/Forms/FormEntry.cs#L60
Cannot convert null literal to non-nullable reference type.
|
LauncherGamePlugin/Forms/FormEntry.cs#L149
Cannot convert null literal to non-nullable reference type.
|
LauncherGamePlugin/Forms/FormEntry.cs#L99
Cannot convert null literal to non-nullable reference type.
|
LauncherGamePlugin/Forms/FormEntry.cs#L111
Cannot convert null literal to non-nullable reference type.
|
LauncherGamePlugin/Forms/FormEntry.cs#L136
Cannot convert null literal to non-nullable reference type.
|
LauncherGamePlugin/Forms/FormEntry.cs#L136
Cannot convert null literal to non-nullable reference type.
|
LauncherGamePlugin/Interfaces/IGameSource.cs#L16
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
LauncherGamePlugin/Interfaces/IGameSource.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
LauncherGamePlugin/Forms/FormEntry.cs#L113
Cannot convert null literal to non-nullable reference type.
|
LauncherGamePlugin/Forms/FormEntry.cs#L113
Cannot convert null literal to non-nullable reference type.
|
ItchIoIntegration/Extensions/HttpClientExtensions.cs#L6
Cannot convert null literal to non-nullable reference type.
|
ItchIoIntegration/Extensions/HttpClientExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
|
ItchIoIntegration/ItchGameSource.cs#L77
Dereference of a possibly null reference.
|
ItchIoIntegration/ItchGameSource.cs#L101
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
ItchIoIntegration/Requests/ItchApiSearch.cs#L8
Non-nullable property 'Games' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ItchIoIntegration/Requests/ItchApiScannedArchive.cs#L49
Non-nullable property 'Archive' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ItchIoIntegration/Requests/ItchApiScannedArchive.cs#L26
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ItchIoIntegration/Requests/ItchApiScannedArchive.cs#L29
Non-nullable property 'Flavour' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ItchIoIntegration/ItchGameSource.cs#L108
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
ItchIoIntegration/Service/ItchGame.cs#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LegendaryIntegration/LegendaryGameSource.cs#L41
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
LegendaryIntegration/Service/LegendaryAuth.cs#L30
Possible null reference assignment.
|
LegendaryIntegration/Service/LegendaryAuth.cs#L33
Dereference of a possibly null reference.
|
LegendaryIntegration/Service/LegendaryAuth.cs#L46
Possible null reference assignment.
|
LegendaryIntegration/Service/LegendaryAuth.cs#L49
Dereference of a possibly null reference.
|
LegendaryIntegration/Service/LegendaryAuth.cs#L11
Non-nullable property 'StatusResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LegendaryIntegration/Service/LegendaryDownload.cs#L31
Non-nullable event 'OnCompletionOrCancel' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
LegendaryIntegration/Service/LegendaryDownload.cs#L31
Non-nullable event 'OnPauseOrContinue' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
LegendaryIntegration/Service/LegendaryDownload.cs#L31
Non-nullable field '_path' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LegendaryIntegration/Service/LegendaryGame.cs#L23
Dereference of a possibly null reference.
|
LauncherGamePlugin/Forms/FormEntry.cs#L60
Cannot convert null literal to non-nullable reference type.
|
LauncherGamePlugin/Forms/FormEntry.cs#L99
Cannot convert null literal to non-nullable reference type.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Alfae Linux", "Alfae Windows".
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/
|
This job succeeded
Loading