yashaka / NSelene

Consise API to Selenium for .Net (the port of Selene in python / Selenide in Java)
MIT License
68 stars 21 forks source link

Framework is incompatible with .net Core #37

Closed itrifonov closed 6 years ago

itrifonov commented 7 years ago

just create new .net Core project and install NSelene, you'll see an error.

yashaka commented 7 years ago

Yeah, that's weird... Need to investigate and fix it...

The current workaround would be to not create a .net Core project, but some simpler one.

If you have any ideas how to fix it, go ahead and do a PR ;)

yashaka commented 6 years ago

@itrifonov I have created a .Net Core MSTest project from Visual Studio for Mac. Added explicitly packages: NSelene, Selenium WebDriver, Selenium Support Added a test and it worked: https://github.com/yashaka/NSeleneExamples/tree/master/NSeleneDotNetCoreMSTestProjectTest