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

Home Page:https://github.com/jet/dotnet-templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V2: constrain dependencies

bartelink opened this issue · comments

V2 and V3 are not presently interoperable.

While all the V2 packages can easily be rebased on Equinox v 3.0.0 (there is a renaming of Equinox.Stream -> Equinox.Decider without any type redirects / obsoletion etc), this has not been done as yet.

The quickest workaround that springs to mind off the top of my head is to make Equinox.* depend on Equinox v [2.6.1,2.99.0] and update any packages with older V23 dependencies to that.

cc @enricosada @deviousasti

@enricosada @deviousasti I propose closing this as WONTFIX as its pretty clear workarounds have been found ?