Rasmus Mikkelsen

Results 194 comments of Rasmus Mikkelsen

@Yaevh the check for source ID is done in the `AggregateStore`. Here's the reference. https://github.com/eventflow/EventFlow/blob/develop-v1/Source/EventFlow/Aggregates/AggregateStore.cs#L132

@7thcubic in what way? specifically?

Thanks @wenkepaul for clarifying

I'm not at a computer right now, but for the table value you can use the built-in that EventFlow has implemented and look at the implementation from the EventFlow code...

@minhhungit Got computer access Just wanna give you a few ideas, weather or not any of them are good in your situation depends on your application and your preference. -...

@minhhungit Sure, its right here: https://github.com/eventflow/EventFlow/blob/develop/Source/EventFlow.MsSql/EventStores/MsSqlEventPersistence.cs#L139 If there's something specific that's cumbersome, let me know

There's already such method on the `IEventStore` that you can use. https://github.com/eventflow/EventFlow/blob/develop/Source/EventFlow/EventStores/IEventStore.cs#L35

@minhhungit Then the easiest solution would be to mimic the code in the MSSQL event store found on line https://github.com/eventflow/EventFlow/blob/develop/Source/EventFlow.MsSql/EventStores/MsSqlEventPersistence.cs#L108 My focus right now is getting .NET Core support and...

@poumup I have been thinking about what to do and currently there isn't an easy solution. If you haven't already imported all events to EventFlow, you might want to create...