Skip to content

Add game count to EGL #191

Add game count to EGL

Add game count to EGL #191

Triggered via push December 25, 2023 18:42
Status Success
Total duration 2m 15s
Artifacts 2

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

100 warnings
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: SteamGridDbMiddleware/Model/Override.cs#L9
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: SteamGridDbMiddleware/Model/Override.cs#L9
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: SteamGridDbMiddleware/Gui/OnImageEdit.cs#L31
Dereference of a possibly null reference.
build-linux: SteamGridDbMiddleware/Gui/OnImageEdit.cs#L58
Cannot convert null literal to non-nullable reference type.
build-linux: SteamGridDbMiddleware/SteamGridDb.cs#L98
Dereference of a possibly null reference.
build-linux: SteamGridDbMiddleware/SteamGridDb.cs#L18
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: SteamGridDbMiddleware/SteamGridDb.cs#L20
Non-nullable property 'Storage' must contain a non-null value when exiting constructor. Consider declaring the property 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/BottlesWrapper.cs#L46
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
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/Bottles.cs#L102
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#L103
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#L21
Non-nullable field '_app' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-linux: BottlesPlugin/Bottles.cs#L23
Non-nullable field '_storage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L54
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/ProgressStatus.cs#L5
Non-nullable property 'Line1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: LauncherGamePlugin/ProgressStatus.cs#L6
Non-nullable property 'Line2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: LauncherGamePlugin/ProgressStatus.cs#L9
Non-nullable event 'OnUpdate' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build-linux: LauncherGamePlugin/Launcher/CustomBootProfile.cs#L74
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
build-linux: LauncherGamePlugin/Launcher/CustomBootProfile.cs#L80
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
build-linux: ItchIoIntegration/Extensions/HttpClientExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
build-linux: ItchIoIntegration/Extensions/HttpClientExtensions.cs#L6
Cannot convert null literal to non-nullable reference type.
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/ItchApiScannedArchive.cs#L49
Non-nullable property 'Archive' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: 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-linux: 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-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#L9
Non-nullable property 'Uploads' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: ItchIoIntegration/ItchGameSource.cs#L76
Dereference of a possibly null reference.
build-linux: LegendaryIntegration/Model/LegendaryTags.cs#L5
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: LegendaryIntegration/Model/LegendaryTags.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: LegendaryIntegration/Model/LegendaryTags.cs#L7
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: LegendaryIntegration/Model/LegendaryStatusResponse.cs#L8
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: LegendaryIntegration/Model/LegendaryStatusResponse.cs#L16
Non-nullable property 'ConfigDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-linux: LegendaryIntegration/Service/LegendaryGame.cs#L23
Dereference of a possibly null reference.
build-linux: LegendaryIntegration/Service/LegendaryGame.cs#L25
Dereference of a possibly null reference.
build-linux: LegendaryIntegration/Service/LegendaryGame.cs#L30
Possible null reference return.
build-linux: LegendaryIntegration/Service/LegendaryGame.cs#L35
Dereference of a possibly null reference.
build-linux: LegendaryIntegration/Service/LegendaryGame.cs#L66
Dereference of a possibly null reference.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L54
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-linux: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
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: 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/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#L40
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#L83
Dereference of a possibly null reference.
build-windows: SteamExporterPlugin/Exporter.cs#L90
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/Service/ItchGameDownload.cs#L58
The variable 'e' is declared but never used
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/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/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/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: LegendaryIntegration/LegendaryGameSource.cs#L39
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: LegendaryIntegration/Model/LegendaryTags.cs#L5
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: LegendaryIntegration/Model/LegendaryTags.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: LegendaryIntegration/Model/LegendaryTags.cs#L7
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: LegendaryIntegration/Model/LegendaryStatusResponse.cs#L8
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: LegendaryIntegration/Model/LegendaryStatusResponse.cs#L16
Non-nullable property 'ConfigDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: LegendaryIntegration/Service/LegendaryAuth.cs#L30
Possible null reference assignment.
build-windows: LegendaryIntegration/Service/LegendaryAuth.cs#L33
Dereference of a possibly null reference.
build-windows: LegendaryIntegration/Service/LegendaryAuth.cs#L46
Possible null reference assignment.
build-windows: LegendaryIntegration/Service/LegendaryAuth.cs#L49
Dereference of a possibly null reference.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L54
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L54
Non-nullable property 'ContainingForm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: LauncherGamePlugin/Logger.cs#L36
The variable 'e' is declared but never used
build-windows: LauncherGamePlugin/Interfaces/IGameSource.cs#L14
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#L15
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/Launcher/CustomBootProfile.cs#L74
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L54
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L55
Cannot convert null literal to non-nullable reference type.
build-windows: LauncherGamePlugin/Forms/FormEntry.cs#L54
Non-nullable property 'ContainingForm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-windows: LauncherGamePlugin/Interfaces/IGameSource.cs#L14
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#L15
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/Launcher/CustomBootProfile.cs#L74
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'

Artifacts

Produced during runtime
Name Size
Alfae Linux Expired
52.4 MB
Alfae Windows Expired
56 MB