Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created May 26, 2015 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/74d2a6e8f9b2c379924d to your computer and use it in GitHub Desktop.
Save dcomartin/74d2a6e8f9b2c379924d to your computer and use it in GitHub Desktop.
ConfigR Reference
#r bin/AnotherProject.dll
using AnotherProject;
Add("error", new ErrorConfig { SendEmails = true, Email = "derek@codeopinion.com" });
Add("sendErrorEmails", true);
Add("errorEmail", "derek@codeopinion.com");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment