Enum AspEnvironment
- Namespace
- FEFF.TestFixtures.AspNetCore
- Assembly
- FEFF.TestFixtures.AspNetCore.dll
Specifies the ASP.NET Core environment for the test application.
public enum AspEnvironment
Fields
Development = 0Development environment. Enables developer exception pages and verbose logging.
Production = 1Production environment. Optimized for performance with minimal diagnostic output.