Proteus.Utility.Configuration is a library that abstracts reading config values from e.g., app.config/web.config and supports their being overridden by ENVIRONMENT VARIABLES and/or a local.settings.json files.
BEFORE READING: There are different schools of thought about var keyword usage. This analyzer is inspired by Jeremy post at http://jeremybytes.blogspot.it/2014/02/demystifying-var-keyword-in-c.html.
VarAnalyzer is an Analyzer with Code Fix developed using the Roslyn platform.
It allows users to get...
More information
Adds rules for Microsoft.CodeAnalysis.BannedApiAnalyzers to ensure projects don't use the System.Environment class to manipulate environment variables..