I have also mappers under common is it a bad approach? and what are your suggestions where should I place it? I am a newbie so I am very lost about structuring the proejct:(
Currently I am storing them under another layer called LocalFileStorage and I have StorageService under Services layer (Services/Common) do you guys think is it bad structure??
✅ Layered architecture EF Core error when creating migrations
I have tried that but I get different error which says
Your startup project 'MeetingAppDemo.API' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is correct, install the package, and try again.
Your startup project 'MeetingAppDemo.API' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is correct, install the package, and try again.
I tried installing EFCore and Design in my API project but nothing changes
✅ .NET Core N-Tier API Project question about repository pattern.
I got stuck again lol, do I need to register dbcontext and repository in my API layer? It feels like nonsense to me since I think that I shouldn't expose DAL layer to API layer