Announcing Entity Framework 7 Preview 7: Interceptors!


 

Entity Framework Core 7 (EF7) Preview 7 has shipped with support for several new interceptors, as well as improvements to existing interceptors. This blog post will cover these changes, but Preview 7 also contains several additional enhancements, including:

Unidirectional many-to-many relationships Configure columns for properties mapped to multiple tables using TPT, TPC, and entity splitting Translate statistics aggregate functions on SQL Server Filtered Include for hidden navigations Make it easier to pass cancellation tokens to FindAsync Translate string.Join and string.Concat

See the full list of EF7 Preview 7 changes on GitHub.

Interceptors

EF Core interceptors enable interception, modification,