Lex Li
Lex Li
"DO NOT respond to this ticket"? This is an open source project, not a commercial product from Microsoft, so what you wrote above isn't a "support ticket", and Microsoft is...
This repo is out of maintenance (or dead), and I covered more background in https://blog.lextudio.com/the-end-of-monodevelop-80b383dab34b . So wishing to use its prebuilt binaries or compile from code is doomed to...
You might use my extension as example, https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext All old versions (189.x.x and below) are stable releases, while new versions (190.x.x) are all pre releases. Thus, * A stable version...
Due to the development of latest Visual Studio for Mac, Microsoft has open sourced the relevant API https://github.com/microsoft/vs-editor-api So if this project in the future tries to mirror those APIs,...
Sounds like string hiding feature adds a reference to `System.Private.CoreLib` for some reason. Please disabling string hiding and try again.
Besides, it is strange why `System.Private.CoreLib` appears here. A typical .NET Framework/WPF project only uses `mscorlib`, or `System.Runtime`.
If your WPF projects target .NET Core, then it is a duplicate.
Different obfuscation tool vendors might advertise their products in any way they like (ConfuserEx or not), but the fact is that decompiler and deobfuscator are out there to help reverse...
Unless there is a simple way to reproduce this issue in a public repo, I don't think any investigation can be done.
Please provide more information on how to reproduce the issue. Merely the projects won't give me enough to investigate.