typhoon
typhoon copied to clipboard
Deregister definitions from factory
Hi, I'm using Typhoon for almost two years already and I'm still very happy with it. We use the default component factory to register all our modules, but I also would like to deregister definition based on a protocol. Is this possible? I couldn't find anything in the API.
Hi @NielsKoole! Happy to hear from you.
We don't have such a feature. It sounds easy to implement, except that Typhoon usually validates assemblies and fails early on startup. . . we'd have to accept that removing an underlying definition (used by others) would create a runtime error.