jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

Using .Net Standard DLLs as fixtures #150

Closed essenius closed 6 years ago

essenius commented 6 years ago

I tried to create a fixture using .Net Standard 2.0, but that didn't work - I get "test not run". If I recreate the fixture in .Net 4.6 it works fine.

Are there any plans of supporting .Net Standard in FitSharp?

jediwhale commented 6 years ago

I'll look into it

On 2017-10-30 04:22, essenius wrote:

I tried to create a fixture using .Net Standard 2.0, but that didn't work - I get "test not run". If I recreate the fixture in .Net 4.6 it works fine.

Are there any plans of supporting .Net Standard in FitSharp?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jediwhale/fitsharp/issues/150, or mute the thread https://github.com/notifications/unsubscribe-auth/AACXY3PXt7-XA617tqfTOOydloVDbMfkks5sxaNPgaJpZM4QK9DL.

jediwhale commented 6 years ago

fitSharp will have to be upgraded to .NET 4.6.1 to make this work out of the box. In the meantime, this workaround seems to work: copy netstandard.dll from c:\program files\dotnet\shared\microsoft.netcore.app\2.0.x to the folder with the fitSharp binaries.

jediwhale commented 6 years ago

.net core 2.0 now supported