EntityFramework-Plus
EntityFramework-Plus copied to clipboard
Release news of Z.EntityFramework.Plus.EFCore package 2.0.7
Can you publish release news for version 2.0.7 Z.EntityFramework.Plus.EFCore package?
Sure,
Here is I believe the release note for this version: https://github.com/zzzprojects/EntityFramework-Plus/releases/tag/v2.0.7
FIXED: When using a class that inherits from ICollection the list won't be filled with an empty list but with NULL #496
Best Regards,
Jonathan
Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework Extensions • Entity Framework Classic • Bulk Operations • Dapper Plus
Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval Function • SQL Eval Function