Closed jcansdale closed 8 years ago
This seems to work fine for system assemblies, project assemblies and NuGet assemblies. There is however an issue with loading System.Diagnostics.TraceSource.dll. You can't for example use Trace.WriteLine in a Class Library project.
System.Diagnostics.TraceSource.dll
Trace.WriteLine
This seems to work fine for system assemblies, project assemblies and NuGet assemblies. There is however an issue with loading
System.Diagnostics.TraceSource.dll
. You can't for example useTrace.WriteLine
in a Class Library project.