Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Core ? #9

Open
rwasef1830 opened this issue Mar 4, 2020 · 1 comment
Open

.NET Core ? #9

rwasef1830 opened this issue Mar 4, 2020 · 1 comment

Comments

@rwasef1830
Copy link

Hello,
This library is an extremely useful and much needed tool for WPF and even Xamarin.Forms.
Will there be a release for .NET Core / Xamarin.Forms soon ?

Is this project alive ?

@joeskeen
Copy link

Hey @rwasef1830 , I just had the same question, so I cloned the repo and got it to work with dotnet core 3.1. Here's basically what I did:

  • generated a dotnet core 3.1 WPF library
  • replaced the contents of the CSProj file of this project with the generated project file's
  • added a ProjectReference in my project to the cloned project
  • used the clr-namespace instead of URL in the xmlns

Worked like a charm :)

I've pushed my changes up to a fork of this project, feel free to use them (I also updated the Readme with instructions on using the library as I have described above).

I imagine a similar / same process for getting it to work in Xamarin is possible.

https://github.com/joeskeen/QuickConverter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants