Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created May 26, 2015 01:49
Show Gist options
  • Select an option

  • Save dcomartin/74d2a6e8f9b2c379924d to your computer and use it in GitHub Desktop.

Select an option

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 = "[email protected]" });
Add("sendErrorEmails", true);
Add("errorEmail", "[email protected]");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment