Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created September 4, 2018 20:56
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 explorer14/c284623204675ccc182fec57408381a8 to your computer and use it in GitHub Desktop.
Save explorer14/c284623204675ccc182fec57408381a8 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddLibServices(
Configuration.GetValue("EnableLibraryProfiling", true));
//...other dependencies
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment