سلام و خسته نباشید.
من در هنگام انجام پروژه با خطای زیر روبه رو شدم.
AggregateException: Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: MyAutomation.Core.Interfaces.Users.Commands.IRegisterUser Lifetime: Scoped ImplementationType: MyAutomation.Core.Services.Users.Commands.RegisterUser': Unable to resolve service for type 'MyAutomation.Core.Interfaces.Context.IApplicationDbContext' while attempting to activate 'MyAutomation.Core.Services.Users.Commands.RegisterUser'.)
نکته: IApplicationDbContext در لایه ی Core و ApplicationDbContext در لایه ی persistence قرار دارد.
نمی دونم که چطور این مشکل رو حل کنم.
موفق باشید.
پیکربندی های اولیه رو تو Startup انجام دادین؟