Summary
Class ConventionTestHostBuilder.
Implements the
ConventionHostBuilder<TSelf>
- Assembly
- Rocket
.Surgery .Conventions .TestHost .dll - Namespace
- Rocket
.Surgery .Conventions .TestHost - Interfaces
- Base Types
graph BT
Type-->Base0["ConventionHostBuilder<ConventionTestHost>"]
Base0-->Base1["Object"]
Type-.->Interface0["IConventionHostBuilder"]
click Interface0 "/api/Rocket.Surgery.Conventions/IConventionHostBuilder"
Type["ConventionTestHost"]
class Type type-node
Syntax
public class ConventionTestHost : ConventionHostBuilder<ConventionTestHost>, IConventionHostBuilder
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Methods
Name | Value | Summary |
---|---|---|
Build |
ValueTuple |
Build the configuration and service provider based on the input environment.
|
Exclude |
ConventionTestHost |
Use the
BasicConventionScanner to not automatically load conventions from attributes.
|
Include |
ConventionTestHost |
Use the This is the default |
Parse |
ValueTuple |
Build the configuration and populate the service collection based on the input environment.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|