sergimola
sergimola
> I've managed to create a work around for this by creating a plugin that registers the IObjectContainer in Autofac as externally owned, that way Autofac won't attempt to dispose...
> You have to create a plugin to override the registrations, see https://github.com/chrisrichards/SpecFlowExample This makes it work for me.. Thanks!
> do you compile your code to ESM or commonjs? 🤔 There's an extra step for ESM users that needs to be followed, because we only hook `require` calls by...