jediwhale / fitsharp

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

Add net5.0-windows target. #175

Closed sqeezy closed 3 years ago

sqeezy commented 3 years ago

This adds the possibility to use fitsharp with net5.0-windows assemblies.

It might be an interesting discussing how special target versions like net5.0-windows10.0.19041.0 should be handled in the future.

sqeezy commented 3 years ago

I just noticed that my own usecase also needs WPF or WinForms for Runner and RunnerW projects. Would you consider adding those together with the STAThread attribute in Runner? I notice this is a very special usecase and I am happy to just fork fitsharp for this.