jcansdale / TestDriven.Net-Issues

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

Can't run tests in SDK style F# projects #122

Closed jcansdale closed 6 years ago

jcansdale commented 6 years ago

The project Kind for F# has changed from {6BB5F8EE-4483-11D3-8BCF-00C04F8EC28C} in legacy projects to {6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705} in SDK style projects. This is causing TestDriven.Net to not recognize them as supported F# tests.

There is another issue where F# projects no longer return a null FileCodeModel, but later the FileCodeModel throws a NullReferenceException. See dotnet/project-system#3664.