Skip to content

Add server url to client #214

Add server url to client

Add server url to client #214

Triggered via push June 22, 2024 14:45
Status Success
Total duration 2m 17s
Artifacts 2

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

101 warnings
build-linux
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/.
build-linux
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/
build-linux: RemoteDownloaderPlugin/Utils/HttpClientExtensions.cs#L6
Cannot convert null literal to non-nullable reference type.
build-linux: RemoteDownloaderPlugin/Utils/HttpClientExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
build-linux: RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L8
Non-nullable property 'LaunchExec' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L10
Non-nullable property 'WorkingDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L12
Non-nullable property 'LaunchArgs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: RemoteDownloaderPlugin/Game/GameDownload.cs#L24
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: RemoteDownloaderPlugin/Game/GameDownload.cs#L24
Non-nullable property 'Filename' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: RemoteDownloaderPlugin/Game/GameDownload.cs#L24
Non-nullable property 'BasePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: RemoteDownloaderPlugin/Plugin.cs#L52
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build-linux: RemoteDownloaderPlugin/Plugin.cs#L85
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.
build-linux: BottlesPlugin/Model/Program.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: BottlesPlugin/Model/Bottle.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: BottlesPlugin/Model/Bottle.cs#L11
Non-nullable property 'Programs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: 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.
build-linux: BottlesPlugin/BottlesWrapper.cs#L46
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
build-linux: 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.
build-linux: 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.
build-linux: BottlesPlugin/Bottles.cs#L23
Non-nullable field '_app' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-linux: BottlesPlugin/Bottles.cs#L25
Non-nullable field '_storage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-linux: GogIntegration/Requests/GogApiUserData.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: GogIntegration/Requests/GogApiRequest.cs#L25
The variable 'e' is declared but never used
build-linux: GogIntegration/GogDlImport.cs#L14
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: GogIntegration/GogDlImport.cs#L17
Non-nullable property 'BuildId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: GogIntegration/GogDlImport.cs#L20
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: GogIntegration/GogDlImport.cs#L23
Non-nullable property 'Tasks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: GogIntegration/GogDlImport.cs#L26
Non-nullable property 'InstalledLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: GogIntegration/GogDlImport.cs#L32
Non-nullable property 'Platform' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: GogIntegration/GogDlImport.cs#L35
Non-nullable property 'VersionName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: GogIntegration/Requests/GogApiGames.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: ItchIoIntegration/Extensions/HttpClientExtensions.cs#L6
Cannot convert null literal to non-nullable reference type.
build-linux: ItchIoIntegration/Extensions/HttpClientExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
build-linux: ItchIoIntegration/Requests/ItchApiGameUploads.cs#L9
Non-nullable property 'Uploads' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: ItchIoIntegration/Requests/ItchApiProfile.cs#L29
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: ItchIoIntegration/Requests/ItchApiSearch.cs#L8
Non-nullable property 'Games' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: ItchIoIntegration/Requests/ItchApiProfile.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: ItchIoIntegration/Requests/ItchApiProfile.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: ItchIoIntegration/Service/ItchGame.cs#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: ItchIoIntegration/Service/ItchGame.cs#L34
Non-nullable property 'ItchSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: ItchIoIntegration/Requests/ItchApiGameUploads.cs#L37
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: 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.
build-linux: HideGamesMiddleware/HideGames.cs#L14
Non-nullable property 'Storage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: HideGamesMiddleware/HideGames.cs#L15
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L60
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L99
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L111
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L136
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L136
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L149
Cannot convert null literal to non-nullable reference type.
build-windows
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/.
build-windows
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/
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L60
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L99
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L149
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L111
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L136
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L136
Cannot convert null literal to non-nullable reference type.
build-windows: 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.
build-windows: 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.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L168
Non-nullable property 'ContainingForm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L113
Cannot convert null literal to non-nullable reference type.
build-windows: VDFMapper/ShortcutConfig/GetSteamShortcutPath.cs#L12
Converting null literal or possible null value to non-nullable type.
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
build-windows: VDFMapper/ShortcutConfig/GetSteamShortcutPath.cs#L27
Unboxing a possibly null value.
build-windows: VDFMapper/ShortcutMap/ShortcutEntry.cs#L54
Possible null reference return.
build-windows: VDFMapper/VDF/VDFBaseType.cs#L19
Possible null reference return.
build-windows: VDFMapper/VDF/VDFBaseType.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: VDFMapper/VDF/VDFBaseType.cs#L8
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: VDFMapper/VDF/VDFMap.cs#L106
Possible null reference return.
build-windows: SteamExporterPlugin/Exporter.cs#L42
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.
build-windows: SteamExporterPlugin/Exporter.cs#L85
Dereference of a possibly null reference.
build-windows: SteamExporterPlugin/Exporter.cs#L92
Possible null reference argument for parameter 'app' in 'void FormExtensions.ShowDismissibleTextPrompt(IApp app, string text)'.
build-windows: ItchIoIntegration/Extensions/HttpClientExtensions.cs#L6
Cannot convert null literal to non-nullable reference type.
build-windows: ItchIoIntegration/Extensions/HttpClientExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
build-windows: 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.
build-windows: ItchIoIntegration/Requests/ItchApiSearch.cs#L8
Non-nullable property 'Games' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: ItchIoIntegration/Requests/ItchApiGameUploads.cs#L9
Non-nullable property 'Uploads' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: ItchIoIntegration/Requests/ItchApiScannedArchive.cs#L49
Non-nullable property 'Archive' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: ItchIoIntegration/Requests/ItchApiScannedArchive.cs#L26
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: ItchIoIntegration/Requests/ItchApiScannedArchive.cs#L29
Non-nullable property 'Flavour' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: ItchIoIntegration/ItchGameSource.cs#L77
Dereference of a possibly null reference.
build-windows: ItchIoIntegration/Requests/ItchApiGameUploads.cs#L37
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: 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.
build-windows: HideGamesMiddleware/HideGames.cs#L14
Non-nullable property 'Storage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: HideGamesMiddleware/HideGames.cs#L15
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/Requests/GogApiUserData.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/GogDlImport.cs#L57
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/GogDlImport.cs#L63
Non-nullable property 'Languages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/GogDlImport.cs#L66
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/GogDlImport.cs#L69
Non-nullable property 'OsBitness' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/GogDlImport.cs#L72
Non-nullable property 'ExecPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/GogDlImport.cs#L75
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/GogDlImport.cs#L14
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/GogDlImport.cs#L17
Non-nullable property 'BuildId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: GogIntegration/GogDlImport.cs#L20
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L60
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L99
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L111
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L149
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L136
Cannot convert null literal to non-nullable reference type.

Artifacts

Produced during runtime
Name Size
Alfae Linux
51.6 MB
Alfae Windows
55.5 MB