VipulHanda

Results 4 comments of VipulHanda

@Matt1783 Please list command and steps to reproduce . Seems to working 💯 @Oceania2018

Hi @asgharb, You need to navigate to the following path: **E:\My Project\Clean\DournaCom\src\web>** Then, run the following command: **dotnet ef database update** appsettings.developement.json "ConnectionStrings": { "AngularNetTemplateDb": "Server=LAPTOP-***;Database=AngularNetTemplateDb;Integrated Security=True;MultipleActiveResultSets=true;Trusted_Connection=True;TrustServerCertificate=True;" }, cc: @jasontaylordev

@ardalis what is required here ?

Hi @mrhighstone If your child entities are not being tracked, you might need to explicitly detect changes: **"AutoDetectChangesEnabled"** _context.ChangeTracker.DetectChanges(); //_context.savechangeasync();