Tohid

Results 3 issues of Tohid

**Summary:** The use of `_dbContext.Set().AddAsync(entity)` is wrong based on EF Core documentation. Instead, use `.Add(entity)`. **Explanation:** BlazorHero.CleanArchitecture.Application.Interfaces.Repositories.`IRepositoryAsync` has a method signature 'AddAsync(T entity)' which is implemented in BlazorHero.CleanArchitecture.Infrastructure.Repositories.`RepositoryAsync`. The implementation...

In my solution, the RazorEngineCore package is installed on a project referenced by a Web API project. I get this error: > NU1107 Version conflict detected for Microsoft.CodeAnalysis.CSharp. Install/reference Microsoft.CodeAnalysis.CSharp...