We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6eedcb commit cddeed3Copy full SHA for cddeed3
src/Renci.SshNet/Abstractions/DiagnosticAbstraction.cs
@@ -1,5 +1,7 @@
1
using System.Diagnostics;
2
+#if FEATURE_DIAGNOSTICS_TRACESOURCE
3
using System.Threading;
4
+#endif // FEATURE_DIAGNOSTICS_TRACESOURCE
5
6
namespace Renci.SshNet.Abstractions
7
{
0 commit comments