browserstack / browserstack-local-csharp

CSharp bindings for BrowserStack Local
https://www.browserstack.com
MIT License
3 stars 12 forks source link

Upgrade projects to use .Net Standard #24

Open JackMidd-Amido opened 4 years ago

JackMidd-Amido commented 4 years ago

Hey,

If this package is still being maintained and supported, is it possible to have it upgraded to use .Net Standard, rather than .Net Framework? I am planning to use it in a .Net Core 3.1 project and am currently getting a warning about the framework the package uses.

Cheers, Jack

abhishekchoudhary commented 4 years ago

Hi Jack - yes, this is an actively maintained project. Upgrading the version of our .NET dependency is on our roadmap, and you should expect to see it done in the next 3 months. In the meantime, I'd recommend using the command-line interface (https://www.browserstack.com/local-testing/automate#command-line) as your preferred method to run use Local testing on BrowserStack.

JackMidd-Amido commented 4 years ago

Thanks for the response, Abhishek. Good to hear it will be addressed soon. I have managed to get my solution working using the command line option as you have pointed out, so I'm all set for now.

Jack