DequeNET
DequeNET copied to clipboard
Support for NETPortable
DequeNNET is not compatible with NETPortable (e.g Xamarin)
Hi @Nartenlener, thank you for bringing this to my attention.
As per the current guidelines, I moved away from a PCL and compiled the project against .NET Standard 1.1 instead.
According to this page, .NET Standard 1.1 should be compatible not only with Xamarin, but also with .NET Core, the full .NET Framework, Universal Windows Platform, Windows and Windows Phone.
This is available as version 1.0.2. Let me know if it works for you.
Hi @Nartenlener, have you had a chance to test this in your project(s)?
Hi @dcastro!
Sorry for my late answer, I missed email from github :)
I can create new branch in my projekt and try to use your lib. I will do that in this week because I have got a lot of work now. Of course I will give you a feedback.