The EventStore and ReadStore extension methods use Mssql instead of MsSql.
The sample here does not compile, because UseMssqlSnapshotStore should be UseMsSqlSnapshotStore.
|
public static IEventFlowOptions UseMssqlEventStore(this IEventFlowOptions eventFlowOptions) |
|
public static IEventFlowOptions UseMssqlReadModel<TReadModel>( |