Skip to content

Releases: PawelGerr/Thinktecture.Runtime.Extensions

9.5.2

26 Aug 09:40
1fab5d8
Compare
Choose a tag to compare
  • Fix: non-generic implementation of IComparable doesn't need a cast.

9.5.1

24 Aug 20:17
86dd268
Compare
Choose a tag to compare
  • Implementations of IParsable, IFormattable and IComparable on the key members can be explicit

9.5.0

05 Aug 20:02
4c10ffa
Compare
Choose a tag to compare
  • Regular Unions: added generation of switch/map overloads via UnionSwitchMapOverloadAttribute

9.4.0

23 Jun 20:09
3c9fb05
Compare
Choose a tag to compare
  • [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

9.3.1

17 Jun 08:21
8f0f0ab
Compare
Choose a tag to compare
  • Fix: EntityTypeBuilderExtensions.AddConverterForScalarProperties should not return when finding a primitive collection but continue with next property

8.10.1

17 Jun 08:43
f6c7449
Compare
Choose a tag to compare

Fix: EntityTypeBuilderExtensions.AddConverterForScalarProperties should not return when finding a primitive collection but continue with next property

9.3.0

16 Jun 20:38
7f9d933
Compare
Choose a tag to compare
  • [Swashbuckle] Added support for UseOneOfForPolymorphism()

9.2.0

12 Jun 13:20
82053c5
Compare
Choose a tag to compare
  • Added json/messagepack support to ad hoc unions if a factory is present.

9.1.0

23 May 14:46
fcfb45b
Compare
Choose a tag to compare
  • EF Core: added support for primitive collections

8.10.0

23 May 14:46
5f90613
Compare
Choose a tag to compare
  • EF Core: added support for primitive collections