<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Diagnostics.SourceSwitch

public class SourceSwitch : Switch
namespace System.Diagnostics { public class SourceSwitch : Switch { public SourceLevels Level { get; set; } public SourceSwitch(string name); public SourceSwitch(string displayName, string defaultSwitchValue); public bool ShouldTrace(TraceEventType eventType); } }