fixup! Implemented hard delete on articles throug Deleted Page #21
Annotations
5 warnings
test (8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (8.0.x):
Wave/Data/Article.cs#L88
Unreachable code detected
|
test (8.0.x):
Wave/Components/Pages/ArticleEditor.razor#L62
The given expression always matches the provided constant.
|
test (8.0.x):
Wave/Components/Pages/ManageUsers.razor#L71
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test (8.0.x):
Wave/Data/ApplicationDbContext.cs#L193
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.
|