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
CP-44752: 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).
On the newer .Net versions this is already included.
This allows creating activity spans, independently of the tracing framework used.
We use version 8.0.1, because version 9.0.0 doesn't support .Net 6.0 anymore.
Signed-off-by: Edwin Török <[email protected]>
0 commit comments