Update UpdateModel.cs #230
Annotations
33 warnings
|
build-macos:
src/ColorMC.Launcher/Program.cs#L7
The using directive for 'System.IO' appeared previously in this namespace
|
|
build-macos:
src/ColorMC.Gui/UI/Model/GameLog/GameLogTabModel.cs#L624
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-macos:
src/ColorMC.Gui/UI/Model/GameLog/GameLogTabModel.cs#L277
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-macos:
src/ColorMC.Gui/UI/Model/Error/ErrorModel.cs#L99
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-macos:
src/ColorMC.Gui/UI/Controls/GameConfigEdit/GameConfigEditControl.axaml.cs#L149
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-macos:
src/ColorMC.Gui/Hook/Win32.cs#L431
The variable 'ex' is declared but never used
|
|
build-macos:
src/ColorMC.Gui/Hook/Win32.cs#L417
The variable 'ex' is declared but never used
|
|
build-macos:
src/ColorMC.Gui/ColorMCGui.cs#L188
'GuiNames.NameCommandOldGame' is obsolete: 'Use NameCommandGame'
|
|
build-macos:
src/ColorMC.Core/Game/WorldDataPack.cs#L268
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-macos:
src/ColorMC.Core/Game/WorldDataPack.cs#L220
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
No files were found with the provided path: build_out/colormc-linux-39-min-x86_64.AppImage. No artifacts will be uploaded.
|
|
build-linux
No files were found with the provided path: build_out/colormc-linux-39-aot-x86_64.AppImage. No artifacts will be uploaded.
|
|
build-linux
No files were found with the provided path: build_out/colormc-linux-39-x86_64.AppImage. No artifacts will be uploaded.
|
|
build-linux:
src/ColorMC.Launcher/Program.cs#L7
The using directive for 'System.IO' appeared previously in this namespace
|
|
build-linux:
src/ColorMC.Gui/UI/Model/GameLog/GameLogTabModel.cs#L624
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:
src/ColorMC.Gui/UI/Model/GameLog/GameLogTabModel.cs#L277
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:
src/ColorMC.Gui/UI/Model/Error/ErrorModel.cs#L99
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:
src/ColorMC.Gui/UI/Controls/GameConfigEdit/GameConfigEditControl.axaml.cs#L149
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:
src/ColorMC.Gui/Hook/Win32.cs#L431
The variable 'ex' is declared but never used
|
|
build-linux:
src/ColorMC.Gui/Hook/Win32.cs#L417
The variable 'ex' is declared but never used
|
|
build-linux:
src/ColorMC.Gui/ColorMCGui.cs#L188
'GuiNames.NameCommandOldGame' is obsolete: 'Use NameCommandGame'
|
|
build-linux:
src/ColorMC.Core/Game/WorldDataPack.cs#L268
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:
src/ColorMC.Core/Game/WorldDataPack.cs#L220
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:
src/ColorMC.Launcher/Program.cs#L7
The using directive for 'System.IO' appeared previously in this namespace
|
|
build-windows:
src/ColorMC.Gui/UI/Model/GameLog/GameLogTabModel.cs#L624
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:
src/ColorMC.Gui/UI/Model/GameLog/GameLogTabModel.cs#L277
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:
src/ColorMC.Gui/UI/Model/Error/ErrorModel.cs#L99
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:
src/ColorMC.Gui/UI/Controls/GameConfigEdit/GameConfigEditControl.axaml.cs#L149
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:
src/ColorMC.Gui/Hook/Win32.cs#L431
The variable 'ex' is declared but never used
|
|
build-windows:
src/ColorMC.Gui/Hook/Win32.cs#L417
The variable 'ex' is declared but never used
|
|
build-windows:
src/ColorMC.Gui/ColorMCGui.cs#L188
'GuiNames.NameCommandOldGame' is obsolete: 'Use NameCommandGame'
|
|
build-windows:
src/ColorMC.Core/Game/WorldDataPack.cs#L268
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:
src/ColorMC.Core/Game/WorldDataPack.cs#L220
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.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
colormc-linux-aarch64-deb
Expired
|
37.9 MB |
sha256:e9e636acde53556cf46106e2b9ea225198e4a540111c7ef8bea5bd620a0332e9
|
|
|
colormc-linux-aarch64-rpm
Expired
|
45.8 MB |
sha256:afaa889523fca4eb82346f129dbbdffba35da1f318417b1ac6841d26ce2ee943
|
|
|
colormc-linux-amd64-deb
Expired
|
39.8 MB |
sha256:c3ecf4fe4efb1c4bc4a3fc243bfd4487fc47225f0f2ea2044a763abe22746c52
|
|
|
colormc-linux-aot-amd64-deb
Expired
|
3.01 KB |
sha256:4d76d2f1e43ff6222040d650871152186f9f7cf943202769ffe78e60c06e424a
|
|
|
colormc-linux-aot-x86_64-pkg
Expired
|
45.1 MB |
sha256:bdcfe12313700d3baf57ef81a0e63ea9e9587f3301282efdac033d5d2adcc908
|
|
|
colormc-linux-aot-x86_64-rpm
Expired
|
45.2 MB |
sha256:b2987f6dd4dfc114762c3dd00a73ab661584d1de1a4cbf69b9a1f480c06a8eaa
|
|
|
colormc-linux-min-aarch64-deb
Expired
|
22 MB |
sha256:67a01ad42395eca18e8b5c4d415b284aa5ceeb52d7e07773f146d7ab6b3bb8cd
|
|
|
colormc-linux-min-aarch64-rpm
Expired
|
26 MB |
sha256:b07b191d5cf1b090fdb98742bfc39bfba7d1b360fc9d725d2aa25c7562bc5320
|
|
|
colormc-linux-min-amd64-deb
Expired
|
22.8 MB |
sha256:33d7ec990a09061593012755b707498bd8e909ce6e6cceb7893601c5b1657dc0
|
|
|
colormc-linux-min-x86_64-pkg
Expired
|
26.7 MB |
sha256:3f6bf024c0574e5dafd64fbbbf222780b143517faabe3a4707980b5f9e1b7eda
|
|
|
colormc-linux-min-x86_64-rpm
Expired
|
26.9 MB |
sha256:b2f879c9580788cca36544448e990a6491128089b1272f147b0e8fb8f0b0114f
|
|
|
colormc-linux-x86_64-pkg
Expired
|
47.2 MB |
sha256:a44b0ca9995fb0f6ff129a14db905aa38aa925a45357c383ce64ed9479d2e13d
|
|
|
colormc-linux-x86_64-rpm
Expired
|
47.6 MB |
sha256:30ea1188d3a10beaf993e2164dba7ac469ffc7ef42779dd31cca56f4e13c5958
|
|
|
colormc-macos-aarch64
Expired
|
50.8 MB |
sha256:48eb6d996ce42cbcc7e8f53ab964801857b401fa6ad001244f283948eca4414a
|
|
|
colormc-macos-min-aarch64
Expired
|
30.2 MB |
sha256:03a96a80712cf372d07d63f3e813b6aa4006d753f1ea77f9b51ae89c5369e623
|
|
|
colormc-macos-min-x86_64
Expired
|
30.7 MB |
sha256:a7e89d2175ff0ac12ee275f1345b7d78a9de9f9272617ed4cd29eaab39a63b41
|
|
|
colormc-macos-x86_64
Expired
|
52.1 MB |
sha256:ff956767b16b34be846a15e3126a0028a1b90553ced82ba20a28109d7d8c55af
|
|
|
colormc-windows-aot-arm64
Expired
|
44.1 MB |
sha256:77a0ba0184dfa561771c6a6cc41c4c1155f28df3136f9087ccfb786307c60bab
|
|
|
colormc-windows-aot-x86_64
Expired
|
46 MB |
sha256:c39e5d9cb21153e51a944b11f4ddd70521f9a249e69b6d3abe4cbc921ab89712
|
|
|
colormc-windows-arm64
Expired
|
42.7 MB |
sha256:c7e1be872605b5aae0d75fea32edd78009c6a02841c247ad94ffc4e2001fc37c
|
|
|
colormc-windows-min-arm64
Expired
|
21.4 MB |
sha256:761e10c92b739fe34bb191ae76a0aea86934b9ed1e560863914d2e88b5eebb19
|
|
|
colormc-windows-min-x86_64
Expired
|
28.5 MB |
sha256:a506bebf9dbe600f4d12e35bdbcd61aee64d1f4841b62dd414105d6010d71f18
|
|
|
colormc-windows-x64-aot-msi
Expired
|
37.9 MB |
sha256:eb001cfd6240d8806ecec8e165a2eec2bce2426b32bb02a33752d3a6a254835e
|
|
|
colormc-windows-x64-min-msi
Expired
|
29.9 MB |
sha256:f173850bddda29e32259c67418fe03dffcdcc525da5e91748a248be07bb3bcfd
|
|
|
colormc-windows-x64-msi
Expired
|
51.5 MB |
sha256:a9859187586b96bdeb03b9028bff462de86feb27f19b27409823739c85588712
|
|
|
colormc-windows-x86
Expired
|
48 MB |
sha256:6fee5a29c328a058ac765863b33ae43613867e71bc4c59ec9e4dd2ba77eaf29a
|
|
|
colormc-windows-x86_64
Expired
|
50 MB |
sha256:7034e2ce1a3d2dd86d4e90476575f93dd7ed3ebec940bdedc80d233605446f29
|
|