Implemented fediverse:creator meta tag with profile setting #36
Annotations
5 warnings
test (9.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (9.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.
|
test (9.0.x):
Wave/Data/Article.cs#L88
Unreachable code detected
|
test (9.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 (9.0.x):
Wave/Components/Pages/ArticleEditor.razor#L63
The given expression always matches the provided constant.
|