FakeHostOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options to configure FakeHost.
public ref class FakeHostOptions
public class FakeHostOptions
type FakeHostOptions = class
Public Class FakeHostOptions
- Inheritance
-
FakeHostOptions
Constructors
FakeHostOptions() |
Properties
FakeLogging |
Gets or sets a value indicating whether fake logging is configured automatically. |
FakeRedaction |
Gets or sets a value indicating whether fake redaction is configured automatically. |
ShutDownTimeout |
Gets or sets the time limit for the host to shut down. |
StartUpTimeout |
Gets or sets the time limit for the host to start. |
TimeToLive |
Gets or sets the time limit for the host to be up. |
ValidateOnBuild |
Gets or sets a value that indicates whether validation is performed to ensure all services can be created when BuildServiceProvider(IServiceCollection, ServiceProviderOptions) is called. |
ValidateScopes |
Gets or sets a value that indicates whether validation is performed to ensure that scoped services are never resolved from the root provider. |