Open CumpsD opened 9 years ago
Can this be used: https://github.com/EventStore/EventStore/tree/dev/src/EventStore.ClientAPI.Embedded ?
Would be nicer than having to start up the .exe right now in tests.
.exe
https://www.nuget.org/packages/EventStore.Client.Embedded/
Example of some code: https://github.com/EventStore/EventStore/issues/285
Another example: https://github.com/yreynhout/AggregateSource/blob/d5be94fb805f44838121759bb86b4cb41a1ac85f/src/EventStore/AggregateSource.EventStore.IntegratedTests/Framework/EmbeddedEventStore.cs
Another thing: https://github.com/mastoj/EventStoreWinServiceWrapper
Wrap the exe in http://www.nssm.cc/usage and use a config file?
Can this be used: https://github.com/EventStore/EventStore/tree/dev/src/EventStore.ClientAPI.Embedded ?
Would be nicer than having to start up the
.exe
right now in tests.