johelvisguzman / DotNetToolkit.Repository

A toolkit for using the Repository pattern in C# .NET
MIT License
8 stars 5 forks source link

Make use of FastActivator #656

Closed johelvisguzman closed 3 years ago

johelvisguzman commented 3 years ago

Anywhere we use Activator.CreateInstance needs to be replace with a FastActivator which would cache the type as needed