simpleinjector / SimpleInjector

An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
https://simpleinjector.org
MIT License
1.21k stars 155 forks source link

Remove COM support #987

Open dotnetjunkie opened 8 months ago

dotnetjunkie commented 8 months ago

Related to:

Support for COM objects is half-baked and can't reasonably be fixed. Instead, support should be removed and registering of COM objects should be detected and prevented. Exceptions with meaningful messages should be thrown pointing at documentation sections that explain how to work around the issue.