SQL Server: Scaffold HasTrigger if the table contains triggers #28185
Labels
area-scaffolding
area-sqlserver
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
Since #27372, SaveChanges fails by default on SQL Server for tables with triggers. We could detect triggers when scaffolding and scaffold HasTrigger to make the database-first story smoother. This may be a bit tricky since HasTrigger is on TableBuilder rather than directly on EntityTypeBuilder (not sure if we already have the infra for scaffolding that).
Raised by @ErikEJ in ErikEJ/ErikEJ#1 (comment)
The text was updated successfully, but these errors were encountered: