Clean up profile enrichment

This commit is contained in:
Patrik Svensson
2021-01-29 17:03:04 +01:00
committed by Patrik Svensson
parent 953008b5e3
commit e20f6284f9
24 changed files with 254 additions and 158 deletions

View File

@@ -7,6 +7,11 @@ namespace Spectre.Console
/// </summary>
public interface IProfileEnricher
{
/// <summary>
/// Gets the name of the enricher.
/// </summary>
public string Name { get; }
/// <summary>
/// Gets whether or not this enricher is enabled.
/// </summary>