Skip to content

F | fix adding commit function? #42

F | fix adding commit function?

F | fix adding commit function? #42

Triggered via pull request October 1, 2024 17:01
@FTS427FTS427
opened #1
fix
Status Success
Total duration 50s
Artifacts

CI-Check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test_build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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#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: 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#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: WonderLab/Services/SettingService.cs#L137
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/Dialogs/Multiplayer/CreateMutilplayerDialogViewModel.cs#L33
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/Dialogs/Setting/OfflineAuthenticateDialogViewModel.cs#L34
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/Views/Controls/NavigationView.cs#L118
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/Views/Controls/NavigationView.cs#L47
The event 'NavigationView.GoBacked' is never used
test_build: WonderLab/Services/SettingService.cs#L47
The field 'SettingBackgroundService._telemetryClient' is never used