efcore
efcore copied to clipboard
Configuration to opt out of occasionally problematic SaveChanges optimizations
For SQL Server, there are problems when using:
- Triggers #27531
- Certain computed columns https://github.com/dotnet/EntityFramework.Docs/issues/4130
For SQLite, there are problems when using:
- Virtual tables #29512
- Triggers #29811