M | translation | 补全所有翻译 #35
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
WonderLab/Services/SettingService.cs#L124
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.
|
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.
|
WonderLab/Classes/Datas/TaskData/TaskBase.cs#L21
The field 'TaskBase._insideIsIndeterminate' is never used
|
WonderLab/Classes/Datas/TaskData/TaskBase.cs#L20
Field 'TaskBase._insideProgress' is never assigned to, and will always have its default value 0
|
WonderLab/Services/SettingService.cs#L45
The field 'SettingBackgroundService._telemetryClient' is never used
|
WonderLab/Views/Controls/NavigationView.cs#L39
The field 'NavigationView._oldIsOpenBackgroundPanel' is never used
|
WonderLab/Classes/Datas/TaskData/TaskBase.cs#L22
Field 'TaskBase._insideProgressDetail' is never assigned to, and will always have its default value null
|
WonderLab/Classes/Datas/TaskData/AccountLoadTask.cs#L29
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
WonderLab/Classes/Datas/TaskData/AccountLoadTask.cs#L27
Avoid method overloads that assume TaskScheduler.Current. Use an overload that accepts a TaskScheduler and specify TaskScheduler.Default (or any other) explicitly. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD105.md)
|
WonderLab/Views/Controls/GameManagerPanel.cs#L105
Avoid method overloads that assume TaskScheduler.Current. Use an overload that accepts a TaskScheduler and specify TaskScheduler.Default (or any other) explicitly. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD105.md)
|
This job succeeded
Loading