jediwhale / fitsharp

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

FitSharp is not getting built/compiled with .Net SDK netstandard2.0 #170

Closed pb1981 closed 3 years ago

pb1981 commented 4 years ago

It seems netstandard2.0 or 2.1 does not support System.AppDomainSetup class but FitSharp code uses AppDomainSetup class in Application Shell. Did anyone face this issue or Is there any work-around any body tried or aware? Is there a plan for fitsharp to support .Net SDK?

jediwhale commented 4 years ago

fitSharp is now built for .net 4.6.2 and .net core 3.1. The project files are now in the .net sdk format.