jet / equinox

.NET event sourcing library with CosmosDB, DynamoDB, EventStoreDB, message-db, SqlStreamStore and integration test backends. Focused at stream level; see https://github.com/jet/propulsion for cross-stream projections/subscriptions/reactions
https://github.com/jet/dotnet-templates
Apache License 2.0
472 stars 68 forks source link

feat!(Stores): Category ctors take name + caching argument goes last #410

Closed bartelink closed 1 year ago

bartelink commented 1 year ago

Following @nordfjord and @everzet's leadership in https://github.com/nordfjord/equinox-js/pull/6

IME This has made factory wiring in apps much more terse, with less juggling of compiler errors, and also removes the ugly temporary Equinox.Factory name, so I trust that on balance this is a good change