Skip to content

format check interface #218

format check interface

format check interface #218

Triggered via pull request December 21, 2024 14:01
Status Failure
Total duration 8m 52s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
1m 27s
dotnet-build-logic
dotnet-build-install
8m 40s
dotnet-build-install
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
dotnet-build-logic
Process completed with exit code 1.
dotnet-build-install: installer/Model/EEsast.cs#L196
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.
dotnet-build-install: installer/Data/ConfigFileData.cs#L352
The event 'ConfigData.OnFileChanged' is never used
dotnet-build-install: installer/Model/Logger.cs#L343
The field 'ListLogger.time' is never used
dotnet-build-install: installer/Model/EEsast.cs#L196
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.
dotnet-build-install: installer/ViewModel/PlaybackViewModel.cs#L83
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'Process.Start(ProcessStartInfo)' is unsupported on: 'ios' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
dotnet-build-install: installer/Data/ConfigFileData.cs#L352
The event 'ConfigData.OnFileChanged' is never used
dotnet-build-install: installer/ViewModel/DebugViewModel.cs#L259
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'Process.Kill()' is unsupported on: 'ios' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
dotnet-build-install: installer/Model/Logger.cs#L343
The field 'ListLogger.time' is never used
dotnet-build-install: installer/ViewModel/DebugViewModel.cs#L264
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'Process.Kill()' is unsupported on: 'ios' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
dotnet-build-install: installer/ViewModel/InstallViewModel.cs#L230
This call site is reachable on: 'MacCatalyst' 13.1 and later. 'IFolderPicker.PickAsync(string, CancellationToken)' is only supported on: 'Android' 26.0 and later, 'iOS' 14.0 and later, 'maccatalyst' 14.0 and later, 'Tizen', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)