EventFlow have avery limited example on how to configure on dotnetcore which is based on dotnet core 1 and things changed a little but in dotnet core 2
Is there a way to use EventFlow configuration without Autofac?
There is discussion about here and the last comments are about the same thing I am asking here but no answers
https://github.com/eventflow/EventFlow/issues/158
basically I want to find a way to use the build in DI with doing some thing like
services.AddEventFlowOptions.New...
or
var resolver = EventFlowOptions.New.UseDotnetCoreServices(services)...
or ... anything else that you guys used?