ProfileEnrichment Class
Contains settings for profile enrichment.
public sealed class ProfileEnrichment
- Namespace
- Spectre
.Console
Properties
- List<IProfileEnricher> Enrichers
- Gets or sets the list of custom enrichers to use.
- bool UseDefaultEnrichers
- Gets or sets a value indicating whether or not any default enrichers should be added.
Extension Methods
-
T And
< Profile Enrichment> (Action < Profile Enrichment> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.