Skip to content

Merge branch 'feature' of https://github.com/Blessing-Studio/WonderLa… #723

Merge branch 'feature' of https://github.com/Blessing-Studio/WonderLa…

Merge branch 'feature' of https://github.com/Blessing-Studio/WonderLa… #723

Triggered via push January 23, 2025 05:22
Status Failure
Total duration 3m 48s
Artifacts 1

CI-Build.yml

on: push
Matrix: build_Linux
Release
0s
Release
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 63 warnings
build_MacOS: WonderLab/ViewModels/Page/Download/MinecraftListPageViewModel.cs#L47
The name 'VanlliaInstaller' does not exist in the current context
build_MacOS: WonderLab/Services/Download/DownloadService.cs#L56
The type or namespace name 'VanlliaInstaller' could not be found (are you missing a using directive or an assembly reference?)
build_MacOS: WonderLab/Services/Download/DownloadService.cs#L60
Argument 2: cannot convert from 'MinecraftLaunch.Components.Installer.ForgeInstaller' to 'string'
build_MacOS: WonderLab/Services/Download/DownloadService.cs#L60
Argument 3: cannot convert from 'string' to 'MinecraftLaunch.Classes.Models.Install.OptiFineInstallEntity'
build_MacOS: WonderLab/Services/Download/DownloadService.cs#L61
Argument 2: cannot convert from 'MinecraftLaunch.Components.Installer.FabricInstaller' to 'string'
build_MacOS: WonderLab/Services/Download/DownloadService.cs#L61
Argument 3: cannot convert from 'string' to 'MinecraftLaunch.Classes.Models.Install.OptiFineInstallEntity'
build_MacOS: WonderLab/Services/Download/DownloadService.cs#L62
Argument 2: cannot convert from 'MinecraftLaunch.Components.Installer.QuiltInstaller' to 'string'
build_MacOS: WonderLab/Services/Download/DownloadService.cs#L62
Argument 3: cannot convert from 'string' to 'MinecraftLaunch.Classes.Models.Install.OptiFineInstallEntity'
build_MacOS: WonderLab/ViewModels/Page/Download/MinecraftListPageViewModel.cs#L47
The name 'VanlliaInstaller' does not exist in the current context
build_MacOS: WonderLab/Services/Download/DownloadService.cs#L56
The type or namespace name 'VanlliaInstaller' could not be found (are you missing a using directive or an assembly reference?)
build_Windows: WonderLab/Services/Download/DownloadService.cs#L56
The type or namespace name 'VanlliaInstaller' could not be found (are you missing a using directive or an assembly reference?)
build_Windows: WonderLab/Services/Download/DownloadService.cs#L60
Argument 2: cannot convert from 'MinecraftLaunch.Components.Installer.ForgeInstaller' to 'string'
build_Windows: WonderLab/Services/Download/DownloadService.cs#L60
Argument 3: cannot convert from 'string' to 'MinecraftLaunch.Classes.Models.Install.OptiFineInstallEntity'
build_Windows: WonderLab/Services/Download/DownloadService.cs#L61
Argument 2: cannot convert from 'MinecraftLaunch.Components.Installer.FabricInstaller' to 'string'
build_Windows: WonderLab/Services/Download/DownloadService.cs#L61
Argument 3: cannot convert from 'string' to 'MinecraftLaunch.Classes.Models.Install.OptiFineInstallEntity'
build_Windows: WonderLab/Services/Download/DownloadService.cs#L62
Argument 2: cannot convert from 'MinecraftLaunch.Components.Installer.QuiltInstaller' to 'string'
build_Windows: WonderLab/Services/Download/DownloadService.cs#L62
Argument 3: cannot convert from 'string' to 'MinecraftLaunch.Classes.Models.Install.OptiFineInstallEntity'
build_Windows: WonderLab/ViewModels/Page/Download/MinecraftListPageViewModel.cs#L47
The name 'VanlliaInstaller' does not exist in the current context
build_Windows
Process completed with exit code 1.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test_build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test_build: refs/MinecraftLaunch/MinecraftLaunch/Classes/Models/Download/DownloadResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_build: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L89
This call site is reachable on all platforms. 'JavaFetcher.FetchLinuxJavaAsync()' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test_build: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L87
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test_build: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L90
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test_build: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L88
This call site is reachable on all platforms. 'JavaFetcher.FetchMacJavaAsync()' is only supported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test_build: WonderLab/Controls/AutoPanelViewer.cs#L131
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.
test_build: WonderLab/ViewModels/Dialog/Download/InstallMinecraftDialogViewModel.cs#L74
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.
test_build: WonderLab/ViewModels/Dialog/Download/ChooseModLoaderViewModel.cs#L17
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.
test_build: WonderLab/Controls/Media/Behaviors/WindowTitleBarBehavior.cs#L71
This call site is reachable on all platforms. 'WindowHandler.HideTitleBar(nint)' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test_build: refs/MinecraftLaunch/MinecraftLaunch/Classes/Models/Download/DownloadResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_MacOS
No files were found with the provided path: WonderLab.Desktop/bin/Release/net8.0/publish/osx-x64/*.zip. No artifacts will be uploaded.
build_MacOS: refs/MinecraftLaunch/MinecraftLaunch/Classes/Models/Download/DownloadResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_MacOS: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L90
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_MacOS: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L88
This call site is reachable on all platforms. 'JavaFetcher.FetchMacJavaAsync()' is only supported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_MacOS: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L87
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_MacOS: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L89
This call site is reachable on all platforms. 'JavaFetcher.FetchLinuxJavaAsync()' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_MacOS: WonderLab/Controls/AutoPanelViewer.cs#L131
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: WonderLab/ViewModels/Dialog/Download/InstallMinecraftDialogViewModel.cs#L74
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: WonderLab/ViewModels/Dialog/Download/ChooseModLoaderViewModel.cs#L17
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: WonderLab/Controls/Media/Behaviors/WindowTitleBarBehavior.cs#L71
This call site is reachable on all platforms. 'WindowHandler.HideTitleBar(nint)' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_MacOS: WonderLab/ViewModels/Dialog/Download/InstallMinecraftDialogViewModel.cs#L74
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
No files were found with the provided path: WonderLab.Desktop/bin/Release/net8.0/publish/osx-arm64/*.zip. No artifacts will be uploaded.
build_Linux (arm)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_Linux (arm): refs/MinecraftLaunch/MinecraftLaunch/Classes/Models/Download/DownloadResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_Linux (arm): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L88
This call site is reachable on all platforms. 'JavaFetcher.FetchMacJavaAsync()' is only supported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (arm): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L87
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (arm): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L90
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (arm): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L89
This call site is reachable on all platforms. 'JavaFetcher.FetchLinuxJavaAsync()' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (arm): WonderLab/Controls/AutoPanelViewer.cs#L131
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 (arm): WonderLab/ViewModels/Dialog/Download/InstallMinecraftDialogViewModel.cs#L74
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 (arm): WonderLab/ViewModels/Dialog/Download/ChooseModLoaderViewModel.cs#L17
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 (arm): WonderLab/Controls/Media/Behaviors/WindowTitleBarBehavior.cs#L71
This call site is reachable on all platforms. 'WindowHandler.HideTitleBar(nint)' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_Linux (arm64): refs/MinecraftLaunch/MinecraftLaunch/Classes/Models/Download/DownloadResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_Linux (arm64): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L88
This call site is reachable on all platforms. 'JavaFetcher.FetchMacJavaAsync()' is only supported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (arm64): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L87
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (arm64): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L90
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (arm64): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L89
This call site is reachable on all platforms. 'JavaFetcher.FetchLinuxJavaAsync()' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (arm64): WonderLab/Controls/AutoPanelViewer.cs#L131
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 (arm64): WonderLab/ViewModels/Dialog/Download/InstallMinecraftDialogViewModel.cs#L74
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 (arm64): WonderLab/ViewModels/Dialog/Download/ChooseModLoaderViewModel.cs#L17
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 (arm64): WonderLab/Controls/Media/Behaviors/WindowTitleBarBehavior.cs#L71
This call site is reachable on all platforms. 'WindowHandler.HideTitleBar(nint)' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_Linux (x64): refs/MinecraftLaunch/MinecraftLaunch/Classes/Models/Download/DownloadResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_Linux (x64): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L90
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (x64): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L89
This call site is reachable on all platforms. 'JavaFetcher.FetchLinuxJavaAsync()' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (x64): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L88
This call site is reachable on all platforms. 'JavaFetcher.FetchMacJavaAsync()' is only supported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (x64): refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L87
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Linux (x64): WonderLab/ViewModels/Dialog/Download/InstallMinecraftDialogViewModel.cs#L74
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 (x64): WonderLab/Controls/AutoPanelViewer.cs#L131
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 (x64): WonderLab/ViewModels/Dialog/Download/ChooseModLoaderViewModel.cs#L17
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 (x64): WonderLab/Controls/Media/Behaviors/WindowTitleBarBehavior.cs#L71
This call site is reachable on all platforms. 'WindowHandler.HideTitleBar(nint)' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Windows: refs/MinecraftLaunch/MinecraftLaunch/Classes/Models/Download/DownloadResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_Windows: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L90
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Windows: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L89
This call site is reachable on all platforms. 'JavaFetcher.FetchLinuxJavaAsync()' is only supported on: 'Linux'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Windows: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L88
This call site is reachable on all platforms. 'JavaFetcher.FetchMacJavaAsync()' is only supported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Windows: refs/MinecraftLaunch/MinecraftLaunch/Components/Fetcher/JavaFetcher.cs#L87
This call site is reachable on all platforms. 'JavaFetcher.FetchWindowJava()' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build_Windows: WonderLab/Controls/AutoPanelViewer.cs#L131
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: WonderLab/ViewModels/Dialog/Download/InstallMinecraftDialogViewModel.cs#L74
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: WonderLab/ViewModels/Dialog/Download/ChooseModLoaderViewModel.cs#L17
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.
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: "AppImage". 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/

Artifacts

Produced during runtime
Name Size
AppImage Expired
117 MB