discord-rpc-csharp
discord-rpc-csharp copied to clipboard
C# custom implementation for Discord Rich Presence. Not deprecated and still available!
**Describe the bug** Equality between presences are not considered **To Reproduce** Steps to reproduce the behavior: 1. Create a rich presence (A) 2. Create another rich presence with the same...
**Describe the bug** GitHub's dependency graph does not detect this package correctly, and instead links to [rachitkataria13/DiscordRichPresence](https://github.com/rachitkataria13/DiscordRichPresence). In order to resolve, repo admin must use a virtual agent workflow found...
**Describe the bug** Whenever i add any asset, the logger gives an "unkown error" and no RPC is shown **To Reproduce** Code example: ```csharp public static void Main() { string...
Goal: Implement a wrapper for Microsoft's ILogger implementation This is to make it easier for other project to start implementing this project as Microsoft's ILogger implementation is a standard. This...
**Describe the bug** Large and small images disappear a few minutes after updating the party size multiple times. This issue does not occur in version 1.0.175 or earlier on NuGet,...
**Describe the bug** The Platform returns Unix 15.1.0, which seems to confuse the library and start trying to connect with the linux discord ipc paths. This should not be the...
- Changed length validation from being byte based to character based (except for button labels, for some reason). #218 - Changed button label length limit to 31 bytes, because using...