Build as DLL / Publish through Nuget
thomasdola opened this issue · 4 comments
thomasdola commented
Sorry to bother you with this, but am a noob and i got no idea on how to get this package without nuget.
thanks
Mazyod commented
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.
thomasdola commented
We d love that..
Thanks for the quick reply...
But how do we compile the whole folder as DLL..??
Mazyod commented
thomasdola commented
Thank you.
I used the second solution.
- I opened the folder with Rider
- Build (select build menu option then build solution) -> The dll will be in the bin/debug directory of the project