Enrico Barbieri

Results 2 issues of Enrico Barbieri

Hi, I'm experiencing a curious behavior using `dotnet format --verify-no-changes` command and I also managed to reproduce it in a new project from scratch using .NET core 8 (version `8.0.201`)....

Recently i start liking (and using) the [Unit Of Work pattern](https://learn.microsoft.com/en-us/aspnet/mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application#the-repository-and-unit-of-work-patterns) and I noticed that almost all methods to perform database changes in `RepositoryBase` perform `_dbContext.SaveChangesAsync()` internally. IMHO this operation...