Skip to content

Added email test function to settings page #27

Added email test function to settings page

Added email test function to settings page #27

Triggered via push September 9, 2024 15:06
Status Success
Total duration 5m 15s
Artifacts

testing.yml

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

Annotations

5 warnings
test (8.0.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (8.0.x): Wave/Data/Article.cs#L88
Unreachable code detected
test (8.0.x): Wave/Components/Pages/ArticleEditor.razor#L63
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 adding the 'required' modifier or declaring the property as nullable.