You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
I'm not an authority here but, as far as I read the code
No, it does not. It uses reflection to load your compiled assembly and to create your class. No DI system, but it should not be runtime's concern, since in theory your code must work all by itself.
No, it does not. It creates an instance using Activator.CreateInstance, finds your method with GetMethod, and invokes it using Invoke using previously created instance.
I just came across this project. Looks so awesome!
A few questions:
Thanks in advance =)
The text was updated successfully, but these errors were encountered: