You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK(C#): add optional System.Diagnostics.DiagnosticSource as a dependency
This only exists on .Net 4.6+, so add it conditionally only when target >Netstandard 2.0
(which includes .Net 4.6).
This allows creating activity spans, independently of the tracing framework used.
Signed-off-by: Edwin Török <[email protected]>
0 commit comments