Lachee / discord-rpc-csharp

C# custom implementation for Discord Rich Presence. Not deprecated and still available!
MIT License
560 stars 93 forks source link

Problem With DiscordRPC Newtonsoft.Json after obfuscate #158

Closed fknMega closed 2 years ago

fknMega commented 2 years ago

I am using DiscordRPC, and I am using Newtonsoft.Json 13.0.1

The problem is, after I obfuscate my exe, It whows this error: preview

It looks like DiscordRPC really needs the 12.0.0 version of Newtonsoft.Json , but I have to use 13, help?

Lachee commented 2 years ago

if you need a specific version of Newtonsoft.Json, i recommend building the library yourself. See the Building Instructions provided.

TL;DR: Clone the repository and update the nuget package for Newtonsoft.Json, and include that in your project.