Skip to content

Revo-1.11.0

Compare
Choose a tag to compare
@martinzima martinzima released this 03 Sep 08:02

[1.11.0] - 2019-09-03

Added

  • IRepository.FindManyAsync and GetManyAsync with optimized batch-loading of event sourced aggregates

Changed

  • IRepository.FindAllAsync now returns an array instead of IList
  • improved StaticClassifierDatabaseInitializer, now also supporting event sourced aggregates
  • Cake script now uses VS2019 build toolset

Fixed

  • EF Core's PrefixConvention now correctly prefixes columns defined in abstract classes annotated with TablePrefixAttribute