liquidprojections / LiquidProjections

Liquid Projections supports building and maintaining autonomous .NET projection code in an Event Sourcing architecture.
https://www.liquidprojections.net
MIT License
169 stars 25 forks source link

[WIP] Dispose the NEventStoreAdapter properly #59

Closed corvansteijn closed 7 years ago

corvansteijn commented 7 years ago

Either implement the IDisposable interface, or remove the Dispose method (which is never used)

IharBury commented 7 years ago

Addressed in #66