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 Oct 2, 2019. It is now read-only.
For generated classes and proxied-classes, all reflection calls should be moved to a static intializer and henceforth referenced in the called methods.
Otherwise each method call also induces one or multiple reflection calls.
StaticProxy.Fody:
For generated classes and proxied-classes, all reflection calls should be moved to a static intializer and henceforth referenced in the called methods.
Otherwise each method call also induces one or multiple reflection calls.
If a *static constructor" is used for this task, this also requires removing "beforefieldinit" from class' attributes. See: http://csharpindepth.com/Articles/General/Beforefieldinit.aspx
The text was updated successfully, but these errors were encountered: