You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
The [Json] attribute for EntityFramework does not need to be locked to property only with the property: annotation. This means is can be used on record types.
Adding specs for the JsonConversion.
Introducing support for using ConceptAs<> types in queries and underlying commands for EntityFramework. It will now intercept and rewrite LINQ expression trees to unwrap the values properly before EntityFramework converting it to proper SQL. This makes it transparent working with ConceptAs types.