metalglove / Kwetter

This repository aims to implement a Microservice architecture using Domain-Driven Design in .NET 5.
17 stars 4 forks source link

Event base class? #31

Closed metalglove closed 3 years ago

metalglove commented 3 years ago

A new event type is needed so that the EventStore can use a reference type as lowest generic type. Currently, the EventStore uses the DomainEvent record as lowest type to circumvent this problem.

metalglove commented 3 years ago

Fixed in 855ee1908bd3b1b848151e5407b7d868e00bbfff