Allow basic http auth for Remote #216
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/
|
RemoteDownloaderPlugin/Utils/HttpClientExtensions.cs#L6
Cannot convert null literal to non-nullable reference type.
|
RemoteDownloaderPlugin/Utils/HttpClientExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
|
RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L8
Non-nullable property 'LaunchExec' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L10
Non-nullable property 'WorkingDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L12
Non-nullable property 'LaunchArgs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RemoteDownloaderPlugin/Game/GameDownload.cs#L26
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RemoteDownloaderPlugin/Game/GameDownload.cs#L26
Non-nullable property 'Filename' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RemoteDownloaderPlugin/Game/GameDownload.cs#L26
Non-nullable property 'BasePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RemoteDownloaderPlugin/Gui/SettingsRemoteIndexGui.cs#L15
Non-nullable field '_indexUrl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
RemoteDownloaderPlugin/Gui/SettingsRemoteIndexGui.cs#L15
Non-nullable field '_authUser' must contain a non-null value when exiting constructor. Consider declaring the field 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.
|
GogIntegration/Requests/GogApiUserData.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GogIntegration/Requests/GogApiRequest.cs#L25
The variable 'e' is declared but never used
|
GogIntegration/Requests/GogApiGames.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GogIntegration/Requests/GogApiGames.cs#L33
Non-nullable property 'CoverUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GogIntegration/Requests/GogApiGames.cs#L38
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GogIntegration/Requests/GogApiGames.cs#L43
Non-nullable property 'Platforms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GogIntegration/Requests/GogApiGames.cs#L15
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GogIntegration/GogDlDownload.cs#L18
Non-nullable field '_game' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
GogIntegration/GogDlImport.cs#L57
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GogIntegration/GogDlImport.cs#L63
Non-nullable property 'Languages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/Service/ItchGameDownload.cs#L65
The variable 'e' is declared but never used
|
ItchIoIntegration/Service/ItchGame.cs#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ItchIoIntegration/Service/ItchGame.cs#L34
Non-nullable property 'ItchSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/Gui/DownloadSelectForm.cs#L57
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/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/Requests/ItchApiSearch.cs#L8
Non-nullable property 'Games' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
HideGamesMiddleware/HideGames.cs#L18
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.
|
HideGamesMiddleware/HideGames.cs#L14
Non-nullable property 'Storage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
HideGamesMiddleware/HideGames.cs#L15
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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/Forms/FormEntry.cs#L149
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