Skip to content

Release v17.23.4

Choose a tag to compare

@github-actions github-actions released this 20 Nov 13:51
74a6703

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.