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>( |
The
EventStoreandReadStoreextension methods useMssqlinstead ofMsSql.The sample here does not compile, because
UseMssqlSnapshotStoreshould beUseMsSqlSnapshotStore.EventFlow/Source/EventFlow.MsSql/Extensions/EventFlowOptionsMsSqlEventStoreExtensions.cs
Line 30 in 4c070a0
EventFlow/Source/EventFlow.MsSql/Extensions/EventFlowOptionsMsSqlReadStoreExtensions.cs
Line 47 in 4c070a0