Mazyod/PhoenixSharp

Build as DLL / Publish through Nuget

thomasdola opened this issue · 4 comments

Sorry to bother you with this, but am a noob and i got no idea on how to get this package without nuget.
thanks

Hey there. I'd love to add this library to Nuget somehow, I'll see if I can manage this some time soon. In the meantime, you should either drop the code directly into your project, or built it separately as a DLL and use that instead.

We d love that..
Thanks for the quick reply...
But how do we compile the whole folder as DLL..??

Thank you.
I used the second solution.

  1. I opened the folder with Rider
  2. Build (select build menu option then build solution) -> The dll will be in the bin/debug directory of the project