Bump version #193
build.yml
on: push
build-linux
51s
build-windows
2m 8s
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/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/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/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/Forms/FormEntry.cs#L54
Non-nullable property 'ContainingForm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-linux:
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-linux:
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-linux:
LauncherGamePlugin/Launcher/NativeProfile.cs#L27
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
build-linux:
LauncherGamePlugin/Launcher/NativeProfile.cs#L30
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
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#L58
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#L76
Dereference of a possibly null reference.
|
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#L100
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#L107
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:
LegendaryIntegration/Extensions/LegendaryGameForm.cs#L34
Converting null literal or possible null value to non-nullable type.
|
build-linux:
LegendaryIntegration/Service/LegendaryGameManager.cs#L26
Possible null reference argument for parameter 'meta' in 'LegendaryGame.LegendaryGame(GameMetadata meta, LegendaryGameManager parser)'.
|
build-linux:
LegendaryIntegration/Service/LegendaryGameManager.cs#L32
Possible null reference assignment.
|
build-linux:
LegendaryIntegration/Service/LegendaryGameManager.cs#L35
Dereference of a possibly null reference.
|
build-linux:
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-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/LegendaryGameSource.cs#L53
Converting null literal or possible null value to non-nullable type.
|
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#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:
ItchIoIntegration/Service/ItchGameDownload.cs#L58
The variable 'e' is declared but never used
|
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#L76
Dereference of a possibly null reference.
|
build-windows:
ItchIoIntegration/ItchGameSource.cs#L100
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/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/ItchGameSource.cs#L107
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/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/Extensions/LegendaryGameForm.cs#L34
Converting null literal or possible null value to non-nullable type.
|
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/Model/LegendaryInfoResponse.cs#L47
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-windows:
LegendaryIntegration/Model/LegendaryInfoResponse.cs#L56
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-windows:
LegendaryIntegration/Model/LegendaryInfoResponse.cs#L59
Non-nullable property 'LaunchExe' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/NativeProfile.cs#L27
'LaunchParams.Arguments' is obsolete: 'Please use ListArguments instead'
|
build-windows:
LauncherGamePlugin/Launcher/NativeProfile.cs#L30
'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/Terminal.cs#L22
Non-nullable property 'StdOut' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Alfae Linux
Expired
|
52.4 MB |
|
Alfae Windows
Expired
|
56 MB |
|