TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 486 forks source link

Compatibility with dot net core 1.1 #565

Open xirsoi opened 7 years ago

xirsoi commented 7 years ago

What are the odds that TestStack.White could be made compatible with .Net Core? My company is currently moving about 90% of our testing infrastructure (including the tests) to that platform and TestStack.White forms a small but important piece of our tests. It would be nice to be able to keep using it.

Roemer commented 7 years ago

Very low, almost non-existend I think. On the other hand the project FlaUI (which is gonna replace White) will be .netstandard compatible soon.

preetipadalia commented 6 years ago

Hi Roemer,

Can you please tell if FLAUI is .netcore compatible now?

Thanks Preeti

Roemer commented 6 years ago

Please head over to FlaUIs github at https://github.com/Roemer/FlaUI for questions about FlaUI. I'm working on the 2.0 release with many refactorings / cleanups which is the base for .Net Core compatibility. I think the only thing currently not compatible is the Keyboard / Mouse (because they use Win32 Messages). If I refactor those into interfaces and separate classes, it should be fully compatible.

preetipadalia commented 6 years ago

Thanks Roemer.

I would create the same issue there.