Skip to content

v0.20.1274

Compare
Choose a tag to compare
@rasmus rasmus released this 22 Oct 05:03
  • Breaking: Entity<T> now inherits from ValueObject but uses only the Id
    field as equality component. Override GetEqualityComponents() if you have
    a different notion of equality for a specific entity
  • Breaking: Entity<T> will now throw an ArgumentNullException if the id
    passed to its constructor is null
  • Breaking: Fixed method spelling. Renamed
    ISpecification<T>.WhyIsNotStatisfiedBy to WhyIsNotSatisfiedBy and
    Specification<T>.IsNotStatisfiedBecause to IsNotSatisfiedBecause
  • New: Read model support for Elasticsearch via the new NuGet package
    EventFlow.ReadStores.Elasticsearch