Rasmus Mikkelsen

Results 194 comments of Rasmus Mikkelsen

https://github.com/AwesomeAssertions/AwesomeAssertions might also be a candidate

There were some release issues with the `EventFlow.SourceGenerators`. I need to investigate

Remove the need for approvals on builds as legacy v0 builds have been stopped (was using Windows Server).

@Fariarx let me know if the AI review has value and it seems there's a misalignment of your commit email and your GitHub user. Align those and submit the CLA...

I haven't used the EF in production setting myself, I typically use the MSSQL packages to get more control of the integration. How you structure your read models is only...

Thanks for raising this! EventFlow always persists aggregates by emitting domain events, `AggregateRoot` stores them through the `IEventStore`, and `AggregateStore` rehydrates and commits that stream. There isn’t a built-in switch...