Skip to content

Instantly share code, notes, and snippets.

@anaisbetts
Created August 23, 2011 23:43
Show Gist options
  • Select an option

  • Save anaisbetts/1166935 to your computer and use it in GitHub Desktop.

Select an option

Save anaisbetts/1166935 to your computer and use it in GitHub Desktop.
public static void EnsureSetup()
{
// NB: We don't actually care what this method does, it'll just make
// sure the static ctor gets run. Its content is non-empty so the
// optimizer can't nuke it. Tricky!
Console.Write("");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment