If using EFHooks with .NET 4.5 and EF 6, there are options for async methods available (e.g. SaveChangesAsync), however EFHooks doesn't support these. To follow the changes in EF6 by Microsoft, we can no longer share the EFHooks code with the .NET 4 version, requiring another EFHooks class to be created specifically for .NET 4.5.
If using EFHooks with .NET 4.5 and EF 6, there are options for async methods available (e.g.
SaveChangesAsync), however EFHooks doesn't support these. To follow the changes in EF6 by Microsoft, we can no longer share the EFHooks code with the .NET 4 version, requiring another EFHooks class to be created specifically for .NET 4.5.