Dev/remove mediatr #8
Merged
Annotations
4 warnings
|
Infrastructure/Extensions/ServiceCollectionExt.cs#L51
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.
|
|
Application/Features/Articles/GetArticle/GetArticleQuery.cs#L8
Possible null reference argument for parameter 'id' in 'string Articles.ArticleById(string id)'.
|
|
Infrastructure/Extensions/ServiceCollectionExt.cs#L51
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.
|
|
Application/Features/Articles/GetArticle/GetArticleQuery.cs#L8
Possible null reference argument for parameter 'id' in 'string Articles.ArticleById(string id)'.
|
The logs for this run have expired and are no longer available.
Loading