zzzprojects / EntityFramework-Effort

Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
https://entityframework-effort.net/
MIT License
431 stars 99 forks source link

Update EntityFramework to 6.3.0 #189

Closed reduckted closed 4 years ago

tynorton commented 4 years ago

Can we get this merged?

JonathanMagnan commented 4 years ago

Hello @reduckted , @tynorton ,

Sure, I am a little bit surprised that this has not been merged yet!

Best Regards,

Jon


Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval FunctionSQL Eval Function

JonathanMagnan commented 4 years ago

Hello @reduckted , @tynorton ,

The pull has been merged and a new version is now available: v2.2.8

Best Regards,

Jon