Merhabalar,
N Katmanlı Mimari kullanarak MSSQL altyapısı ile bir ASP.NET Core projesi geliştiriyorum. Projemde CRUD işlemlerini gerçekleştirebiliyordum. Daha sonra SignalR kütüphanesini ve SqlDependency kullanmaya başladım. Eş zamanlı olarak listelemede herhangi bir problem yok fakat Insert işleminde aşağıdaki hata ile karşılaşıyorum.
Microsoft.EntityFrameworkCore.DbUpdateException: 'Could not save changes because the target table has database triggers. Please configure your entity type accordingly, see https://aka.ms/efcore-docs-sqlserver-save-changes-and-triggers for more information.'
SqlException: The target table 'TaskList' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
Kendim herhangi bir trigger kullanmadım.
Desteğinizi rica ederim,
Teşekkürler.