You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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