Is it possible to convert appium-dotnet-driver to .Net Standard 2.0 Library?
See original GitHub issueDescription
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:
- Created 6 years ago
- Reactions:2
- Comments:10 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Any update on this please?