FAQ - TylerBrinks/Snap GitHub Wiki

Isn’t reflection slow?

Yes. The standard .NET reflection API can be slow. That’s why we incorporated Fasterflect. It’s blazing fast!


I don’t see support for my favorite IoC container. What can I do?

Let us know what container you’d like to see developed. Even better, you could consider contributing to the project!


I’m using multiple IoC containers in my project. Is configuration unique per IoC provider?

Yes. It’s safe to use multiple configurations – one per IoC provider.

⚠️ **GitHub.com Fallback** ⚠️