Skip to content

Implemented client side article editor #16

Implemented client side article editor

Implemented client side article editor #16

Triggered via pull request June 17, 2024 18:08
Status Failure
Total duration 1m 54s
Artifacts

testing.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
test (8.0.x)
Process completed with exit code 1.
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/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.
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.