jcansdale / TestDriven.Net-Issues

Issue tracking for TestDriven.Net
https://github.com/jcansdale/TestDriven.Net-Issues/issues
24 stars 2 forks source link

Add support for running "Ad hoc" test methods in .NET Core Class Library projects #14

Closed jcansdale closed 8 years ago

jcansdale commented 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.