Lachee / discord-rpc-csharp

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

Update README.md about UWP, .NET MAUI, WIN UI 3 #243

Closed J0nathan550 closed 4 months ago

J0nathan550 commented 5 months ago

Fix of #236 Problem was that UWP applications along with .NET MAUI and WIN UI 3 requires certain capabilites and trust in order to load this library, without it the library doesn't do anything, because UWP blocks all restricted movement of loading external .exe's.

It doesn't fire any exception in the library, but after digging I figure out why this was the error. And again, error was in restrictions.

It's good to change README.md because, there can be people like me who don't understand why this doesn't work.

And until we will find out what capabilites we need to provide to UWP, it's okay to put runFullTrust, because that's the only way make it work.

I hope you understand that, waiting for the possible approve.

Lachee commented 4 months ago

awesome! thanks for the contribution :)