Update actions yml #218
build.yml
on: push
build-linux
1m 0s
build-windows
1m 48s
Annotations
100 warnings
|
build-linux:
SteamGridDbMiddleware/Gui/OnImageEdit.cs#L31
Dereference of a possibly null reference.
|
|
build-linux:
SteamGridDbMiddleware/SteamGridDb.cs#L100
Dereference of a possibly null reference.
|
|
build-linux:
SteamGridDbMiddleware/Model/Override.cs#L9
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
SteamGridDbMiddleware/Model/Override.cs#L9
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
RemoteDownloaderPlugin/Remote.cs#L9
Non-nullable property 'HorizontalCover' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
RemoteDownloaderPlugin/Remote.cs#L8
Non-nullable property 'Background' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L8
Non-nullable property 'LaunchExec' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
RemoteDownloaderPlugin/Gui/SettingsRemoteIndexGui.cs#L15
Non-nullable field '_authPass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the field as nullable.
|
|
build-linux:
RemoteDownloaderPlugin/Gui/SettingsRemoteIndexGui.cs#L15
Non-nullable field '_indexUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-linux:
RemoteDownloaderPlugin/Utils/HttpClientExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
|
|
build-linux:
RemoteDownloaderPlugin/Utils/HttpClientExtensions.cs#L6
Cannot convert null literal to non-nullable reference type.
|
|
build-linux:
ItchIoIntegration/Requests/ItchApiScannedArchive.cs#L29
Non-nullable property 'Flavour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
ItchIoIntegration/ItchGameSource.cs#L77
Dereference of a possibly null reference.
|
|
build-linux:
ItchIoIntegration/Service/ItchGame.cs#L34
Non-nullable property 'ItchSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
ItchIoIntegration/Service/ItchGameDownload.cs#L65
The variable 'e' is declared but never used
|
|
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:
BottlesPlugin/Bottles.cs#L25
Non-nullable field '_storage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-linux:
BottlesPlugin/Bottles.cs#L23
Non-nullable field '_app' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-linux:
BottlesPlugin/BottlesWrapper.cs#L46
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
|
build-linux:
BottlesPlugin/Model/Bottle.cs#L11
Non-nullable property 'Programs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
SteamExporterPlugin/Exporter.cs#L100
Possible null reference argument for parameter 'app' in 'void FormExtensions.ShowDismissibleTextPrompt(IApp app, string text)'.
|
|
build-linux:
SteamExporterPlugin/Exporter.cs#L92
Possible null reference argument for parameter 'app' in 'void FormExtensions.ShowDismissibleTextPrompt(IApp app, string text)'.
|
|
build-linux:
SteamExporterPlugin/Exporter.cs#L85
Dereference of a possibly null reference.
|
|
build-linux:
VDFMapper/VDF/VDFMap.cs#L106
Possible null reference return.
|
|
build-linux:
VDFMapper/VDF/VDFBaseType.cs#L8
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
VDFMapper/VDF/VDFBaseType.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
VDFMapper/VDF/VDFBaseType.cs#L19
Possible null reference return.
|
|
build-linux:
VDFMapper/ShortcutMap/ShortcutEntry.cs#L54
Possible null reference return.
|
|
build-linux:
VDFMapper/ShortcutConfig/GetSteamShortcutPath.cs#L27
Unboxing a possibly null value.
|
|
build-linux:
VDFMapper/ShortcutConfig/GetSteamShortcutPath.cs#L12
Converting null literal or possible null value to non-nullable type.
|
|
build-linux:
LauncherGamePlugin/Launcher/CustomBootProfile.cs#L74
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
|
build-linux:
LauncherGamePlugin/Forms/FormEntry.cs#L168
Non-nullable property 'ContainingForm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
LauncherGamePlugin/Launcher/NativeProfile.cs#L30
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
|
build-linux:
LauncherGamePlugin/Launcher/NativeProfile.cs#L27
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
|
build-linux:
LauncherGamePlugin/Forms/FormEntry.cs#L149
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#L111
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#L60
Cannot convert null literal to non-nullable reference type.
|
|
build-windows:
LegendaryIntegration/Extensions/LegendaryGameForm.cs#L34
Converting null literal or possible null value to non-nullable type.
|
|
build-windows:
HideGamesMiddleware/HideGames.cs#L15
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
HideGamesMiddleware/HideGames.cs#L14
Non-nullable property 'Storage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
SteamGridDbMiddleware/SteamGridDb.cs#L22
Non-nullable property 'Storage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
SteamGridDbMiddleware/SteamGridDb.cs#L20
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
SteamGridDbMiddleware/Gui/OnImageEdit.cs#L58
Cannot convert null literal to non-nullable reference type.
|
|
build-windows:
SteamGridDbMiddleware/Gui/OnImageEdit.cs#L31
Dereference of a possibly null reference.
|
|
build-windows:
SteamGridDbMiddleware/SteamGridDb.cs#L100
Dereference of a possibly null reference.
|
|
build-windows:
SteamGridDbMiddleware/Model/Override.cs#L9
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
SteamGridDbMiddleware/Model/Override.cs#L9
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
RemoteDownloaderPlugin/Remote.cs#L8
Non-nullable property 'Background' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
RemoteDownloaderPlugin/Plugin.cs#L53
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-windows:
RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L12
Non-nullable property 'LaunchArgs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L10
Non-nullable property 'WorkingDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
RemoteDownloaderPlugin/Game/PcLaunchDetails.cs#L8
Non-nullable property 'LaunchExec' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
RemoteDownloaderPlugin/Gui/SettingsRemoteIndexGui.cs#L15
Non-nullable field '_authPass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-windows:
RemoteDownloaderPlugin/Gui/SettingsRemoteIndexGui.cs#L15
Non-nullable field '_authUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-windows:
RemoteDownloaderPlugin/Gui/SettingsRemoteIndexGui.cs#L15
Non-nullable field '_indexUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-windows:
RemoteDownloaderPlugin/Utils/HttpClientExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
|
|
build-windows:
RemoteDownloaderPlugin/Utils/HttpClientExtensions.cs#L6
Cannot convert null literal to non-nullable reference type.
|
|
build-windows:
ItchIoIntegration/Requests/ItchApiRequest.cs#L40
The variable 'e' is declared but never used
|
|
build-windows:
ItchIoIntegration/Requests/ItchApiScannedArchive.cs#L29
Non-nullable property 'Flavour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
ItchIoIntegration/Requests/ItchApiSearch.cs#L8
Non-nullable property 'Games' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
ItchIoIntegration/Service/ItchGameDownload.cs#L65
The variable 'e' is declared but never used
|
|
build-windows:
ItchIoIntegration/Extensions/HttpClientExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
|
|
build-windows:
ItchIoIntegration/Extensions/HttpClientExtensions.cs#L6
Cannot convert null literal to non-nullable reference type.
|
|
build-windows:
SteamExporterPlugin/Exporter.cs#L100
Possible null reference argument for parameter 'app' in 'void FormExtensions.ShowDismissibleTextPrompt(IApp app, string text)'.
|
|
build-windows:
SteamExporterPlugin/Exporter.cs#L92
Possible null reference argument for parameter 'app' in 'void FormExtensions.ShowDismissibleTextPrompt(IApp app, string text)'.
|
|
build-windows:
SteamExporterPlugin/Exporter.cs#L85
Dereference of a possibly null reference.
|
|
build-windows:
VDFMapper/VDF/VDFMap.cs#L106
Possible null reference return.
|
|
build-windows:
VDFMapper/VDF/VDFBaseType.cs#L8
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
VDFMapper/VDF/VDFBaseType.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
VDFMapper/VDF/VDFBaseType.cs#L19
Possible null reference return.
|
|
build-windows:
VDFMapper/ShortcutMap/ShortcutEntry.cs#L54
Possible null reference return.
|
|
build-windows:
VDFMapper/ShortcutConfig/GetSteamShortcutPath.cs#L27
Unboxing a possibly null value.
|
|
build-windows:
VDFMapper/ShortcutConfig/GetSteamShortcutPath.cs#L12
Converting null literal or possible null value to non-nullable type.
|
|
build-windows:
LauncherGamePlugin/ProgressStatus.cs#L5
Non-nullable property 'Line1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
LauncherGamePlugin/Logger.cs#L36
The variable 'e' is declared but never used
|
|
build-windows:
LauncherGamePlugin/Launcher/NativeProfile.cs#L30
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
|
build-windows:
LauncherGamePlugin/Launcher/NativeProfile.cs#L27
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
|
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.
|
|
build-windows:
LauncherGamePlugin/Forms/FormEntry.cs#L136
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#L99
Cannot convert null literal to non-nullable reference type.
|
|
build-windows:
LauncherGamePlugin/Forms/FormEntry.cs#L60
Cannot convert null literal to non-nullable reference type.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Alfae Linux
Expired
|
51.4 MB |
sha256:7d36d0b6b62b85dfd74b3b42c48cb916978b8b814c59b558a0c398fd958cf271
|
|
|
Alfae Windows
Expired
|
55.3 MB |
sha256:40e6e7bc6e693bb5df2b5d7d278492cdfde1ff620bed97146a14d143ac1b4d83
|
|