BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.15k stars 169 forks source link

PCL support? #18

Closed Confuset closed 7 years ago

Confuset commented 7 years ago

Hello, I wanted to use the priority queue in a PCL (Portable Class Library). But it is not working. I tried to create a nuget package but that failed.

It is easy to create a PCL from the code and if I compile it an directly reference the lib it works. But i failed to create a nuget-package..

Cheers

BlueRaja commented 7 years ago

I've included support for .Net 2.0, .Net 4.5, and UWP. Do none of these work for PCL (I really know nothing about PCL)?

Confuset commented 7 years ago

Well. the strange thing is that when i build it manually iam able to reference the dll directly even from a PCL. But installing it fails, because the reference can not be resolve.

the official nuget package fails completly...

Confuset commented 7 years ago

Accidently closed it..

BlueRaja commented 7 years ago

PCL support for frameworks net40+sl5+win8+wpa81+wp8 has been added in version 4.0.2.

Please reopen if you continue to have issues.

Confuset commented 6 years ago

took a while to get back to this, but it is working 👍