jediwhale / fitsharp

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

Support for net7.0 and net7.0-windows. #183

Closed sqeezy closed 1 year ago

sqeezy commented 2 years ago

With the release of Dotnet 7.0 RC1 I thought it would be a good time to start working on the related fitsharp version. As dotnet iterations brought major perormance improvements in the past, I'd like to upgrade some apps as soon it is release. For this to work I need fitsharp to support it.

In addition to adding net7.0 and net7.0-windows to all projects I also added UseWpf and UseWindowsForms to the the Fitsharp assembly in the net*-windows use cases. This is needed because it is the assembly loading alle the SUT-assemblies and as soon as one of those needs WPF or WinForms APIs it does not work anymore.

sqeezy commented 1 year ago

@jediwhale As now the new dotnet sdk was released, I would like to continue with updating out internal libraries and products including FitNesse tests to this version. Can we move ahead or should I use a fork for a while?