NamespaceSystemLibrary.Common.Net.Configurations
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
Enum EnvironmentName
public enum EnvironmentName
Fields
Name | Summary |
---|---|
AT | |
Dev | |
Development | |
Local | |
None | |
PreProd | |
PreProduction | |
Prod | |
Production | |
QA | |
Stage | |
Staging | |
Test | |
UnitTest |
Extension Methods
}