Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active September 28, 2016 03:24
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 justinyoo/33f18a599d3f3694be8a2b6b7c63cc01 to your computer and use it in GitHub Desktop.
Save justinyoo/33f18a599d3f3694be8a2b6b7c63cc01 to your computer and use it in GitHub Desktop.
Deserialising .NET Core Configuration Settings
var auth = this.Configuration.Get<AuthenticationSettings>("authentication");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment