Allow basic http auth for Remote #216
build.yml
on: push
build-linux
1m 3s
build-windows
1m 59s
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#L26
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#L26
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#L26
Non-nullable property 'BasePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-linux:
RemoteDownloaderPlugin/Gui/SettingsRemoteIndexGui.cs#L15
Non-nullable field '_indexUrl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-linux:
RemoteDownloaderPlugin/Gui/SettingsRemoteIndexGui.cs#L15
Non-nullable field '_authUser' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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/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:
GogIntegration/Requests/GogApiGames.cs#L33
Non-nullable property 'CoverUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-linux:
GogIntegration/Requests/GogApiGames.cs#L38
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-linux:
GogIntegration/Requests/GogApiGames.cs#L43
Non-nullable property 'Platforms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-linux:
GogIntegration/Requests/GogApiGames.cs#L15
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-linux:
GogIntegration/GogDlDownload.cs#L18
Non-nullable field '_game' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-linux:
GogIntegration/GogDlImport.cs#L57
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-linux:
GogIntegration/GogDlImport.cs#L63
Non-nullable property 'Languages' 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/Service/ItchGameDownload.cs#L65
The variable 'e' is declared but never used
|
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/ItchGameSource.cs#L77
Dereference of a possibly null reference.
|
build-linux:
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.
|
build-linux:
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-linux:
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.
|
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:
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#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/Forms/FormEntry.cs#L149
Cannot convert null literal to non-nullable reference type.
|
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:
LauncherGamePlugin/Forms/FormEntry.cs#L113
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:
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/ShortcutConfig/GetSteamShortcutPath.cs#L12
Converting null literal or possible null value to non-nullable type.
|
build-windows:
VDFMapper/ShortcutConfig/GetSteamShortcutPath.cs#L27
Unboxing a possibly null value.
|
build-windows:
VDFMapper/VDF/VDFMap.cs#L106
Possible null reference return.
|
build-windows:
VDFMapper/ShortcutMap/ShortcutEntry.cs#L54
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/Service/ItchGameDownload.cs#L65
The variable 'e' is declared but never used
|
build-windows:
ItchIoIntegration/ItchGameSource.cs#L77
Dereference of a possibly null reference.
|
build-windows:
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.
|
build-windows:
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-windows:
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-windows:
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.
|
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/ItchGameSource.cs#L22
Non-nullable field '_storage' must contain a non-null value when exiting constructor. Consider declaring the field 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.
|
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:
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/Requests/GogApiRequest.cs#L25
The variable 'e' is declared but never used
|
build-windows:
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-windows:
GogIntegration/Requests/GogApiGames.cs#L33
Non-nullable property 'CoverUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-windows:
GogIntegration/Requests/GogApiGames.cs#L38
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-windows:
GogIntegration/Requests/GogApiGames.cs#L43
Non-nullable property 'Platforms' 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:
LauncherGamePlugin/Forms/FormEntry.cs#L60
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/Forms/FormEntry.cs#L149
Cannot convert null literal to non-nullable reference type.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Alfae Linux
Expired
|
51.6 MB |
|
Alfae Windows
Expired
|
55.5 MB |
|