Replies: 1 comment
-
.NET Core/6/7 already runs on Linux, you shouldn't need to use Mono. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I wanted to use Discord.Net on my NAS, running on mono.
I saw it was not supported so I builded it myself.
I had to make 2 small changes in source to make it work :
class DefaultRestClient :
because spaces are not supported in boundary argument.
class RequestQueue, method EnterGlobalAsync :
because, the cast makes the app wait for a long long time (like forever).
These changes are not breaking other stuff (I guess) and could probably be integrated for mono users.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions