SystemLibrary.Common.Net.Configurations
Classes
EnvironmentConfig
Standard class for environmental configurations read from environmentConfig.json if exists
If you've added more properties to environmentConfig.json than just the 'Name' you'd have to inherit 'EnvironmentConfig<YourClass>' and use that instead
EnvironmentConfig<T, TEnvironmentNameEnum>
EnvironmentConfig with option to bass a Configuration class on your own and a Enum that defines all environment names
Enums
EnvironmentName
Enum list of common built-in environment names allowed
Config tranformations and EnvironmentName will work with other env-names, but the IsLocal, IsTest, and IsProd will not