Table of Contents

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 = 0

Development environment. Enables developer exception pages and verbose logging.

Production = 1

Production environment. Optimized for performance with minimal diagnostic output.