question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to convert appium-dotnet-driver to .Net Standard 2.0 Library?

See original GitHub issue

Description

We’d like to use this library on a mac environment using .Net Core - however because it’s built for the full .Net Framework - we can’t run it using dotnet command line tools.

I’ve done a proof of concept locally and the only thing I had to change was the Resource file. I’ve basically hacked it for my local environment but I’ll try and do a better version to send to you when I get time. However I’ve not run Integration tests against this - just proven that it builds and will launch an app.

Environment

  • Mac

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
umbravicommented, May 1, 2018

@TikhomirovSergey @Astro03 I’m sure you fine people are busy, but is there an update on this topic? .Net Standard is growing, and this would be incredibly helpful.

3reactions
mcopjancommented, Apr 16, 2018

Any update on this please?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is it possible to convert appium-dotnet-driver to .Net ...
We'd like to use this library on a mac environment using .Net Core - however because it's built for the full .Net Framework...
Read more >
Converting a Library to NetStandard
Create a new NetStandard Library project and copy all the files over. Rewrite the existing csproj file; Use a conversion tool (CsprojToVs2017).
Read more >
Convert .NET Core 2.0 class libraries to .NET Standard
Is there a way to easily convert a class library targeting .NET Core 2.0 to .NET Standard? If I understand it correctly, if...
Read more >
Migrating from .NET Framework to .NET Standard
In the General Settings window, select .NET Standard 2.0 under Target Platforms, and then choose OK. Now, open the project file containing the ......
Read more >
upgrading from .net framework 4.5.2 to .net standard 2.0
Hi,. I'm trying to upgrade my class libraries from .Net Framework 4.5.2 to .Net Standard 2.0 using Upgrade Assistant. Everytime i does it, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found