21
Entity Framework Core: Önceki bir işlem tamamlanmadan önce bu bağlamda ikinci bir işlem başlatıldı
Entity Framework Core kullanarak bir ASP.Net Core 2.0 projesi üzerinde çalışıyorum <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.1" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.0" PrivateAssets="All" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.0.0"/> Ve liste yöntemlerinden birinde bu hatayı alıyorum: InvalidOperationException: A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to …