You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: