Sentinel
Sentinel copied to clipboard
Remove/ Find alternative for static constructor
Compile optimization removes the static constructor mechanism variable, that's embedded in the classes. Either put explicit delegate assignment in creation itself, or need to find another decoupled alternative for this.