Update UpdateViewModel.cs #71
Annotations
7 warnings
Create the app package:
src/AniMoe.Updater/UpdateHandler.cs#L17
The field 'UpdateHandler._accessToken' is never used
|
Create the app package:
src/AniMoe.App/ViewModels/AnimeListViewModel.cs#L149
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.
|
Create the app package:
src/AniMoe.App/ViewModels/MasterViewModel.cs#L52
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.
|
Create the app package:
src/AniMoe.App/ViewModels/MangaListViewModel.cs#L138
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.
|
Create the app package:
src/AniMoe.App/ViewModels/AnimeListViewModel.cs#L149
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.
|
Create the app package:
src/AniMoe.App/ViewModels/MangaListViewModel.cs#L138
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.
|
Create the app package:
src/AniMoe.App/ViewModels/MasterViewModel.cs#L52
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.
|
Loading