<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.1" />
ActivityTraceFlags
Specifies flags defined by the W3C standard that are associated with an activity.
namespace System.
Diagnostics
{
[
Flags]
public enum ActivityTraceFlags
{
None =
0,
Recorded =
1
}
}