Update ci-prod.yml #34
Annotations
8 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/AniMoe.App/Views/UserView.xaml.cs#L35
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:
src/AniMoe.App/Views/CharacterView.xaml.cs#L54
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:
src/AniMoe.App/Controls/UserViewControls/UserOverviewPage.xaml.cs#L35
The field 'UserOverviewPage._loadGenreTable' is assigned but its value is never used
|
Build:
src/AniMoe.App/Views/UserView.xaml.cs#L47
The field 'UserView.AboutHtml' is assigned but its value is never used
|
Build:
src/AniMoe.App/Views/UserView.xaml.cs#L35
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:
src/AniMoe.App/Views/CharacterView.xaml.cs#L54
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:
src/AniMoe.App/Views/UserView.xaml.cs#L47
The field 'UserView.AboutHtml' is assigned but its value is never used
|