Skip to content

9.4.0

Latest
Compare
Choose a tag to compare
@PawelGerr PawelGerr released this 23 Jun 20:09
· 9 commits to master since this release
3c9fb05
  • [System.Text.Json] Added support for JsonIgnoreAttribute
  • [System.Text.Json] Added support for (de)serialization of members of type object
  • [EF Core] Type with ObjectFactory<T> and UseWithEntityFramework = true will get a ValueConverter as well
  • [EF Core] ValueConverter is using a ctor when ObjectFactoryAttribute<T>.HasCorrespondingConstructor is true
  • [Swagger] Parameter filter is using object factory with UseForModelBinding = true first
  • [Swagger] Parameter filter creates new schema if binding type differs from actual type (i.e. used for JSON)
  • [Swagger] Schema filter honors ObjectFactory<T> with UseForSerialization = true