DataConnectors
DataConnectors copied to clipboard
Diagnostics.Trace not working in VS 2017 15.8.1
Using the recommended approach of tracing within a custom data connector project:
Diagnostics.Trace(TraceLevel.Information, "Uri: ", ()=> uri, true)
however running within the test harness console and VS 2017, Diagnostics.Trace is not working.