-
We have a library of .NET Framework 4.7.2 assemblies that require referenced assemblies be strong named, thus including the NuGet package Keeper.SecretsManager Version 16.4.0 results in the following …
-
Hi,
I was trying to compile Metropolis Launcher, however, I have a different version of DevExpress available. Changing the references was easy enough, however, there seem to be some hardcoded refer…
-
Awesome concept!
I'm seeing `Changes Found : Implementation changed` but it doesn't actually show the difference. Is it supposed to? It only shows the method signatures of each dll, and those signa…
-
The F# compiler emits "init" field checks to prevent access of bindings before initialization is complete. This is for soundness.
However, this impacts performance for a normal implementation of…
dsyme updated
2 years ago
-
I lost a few hours of my life to syntax for the embedded resource parameter, and thought it might be helpful to document what was missing. I worked out some of it from bug reports and random experimen…
-
Im trying to obfuscate a DLL project to be used in my other projects.
But Visual Studio crashes when referencing the obfuscated DLL.
This happens when i go higher than Preset Minimum on DLL obfuscat…
-
Hi I'm trying to obfuscate a Xamarin android dll generated by VS2017. I have included the correct references to android Mono in the project file and the all is processes successfully using confuserEX…
-
```
What steps will reproduce the problem?
1. Create Sharepoint 2010 Console app
2. Add references to the latest stable release binary Google files
3. Build
What is the expected output? What do you…
-
```
What steps will reproduce the problem?
1. Create Sharepoint 2010 Console app
2. Add references to the latest stable release binary Google files
3. Build
What is the expected output? What do you…
-
File: BestiaryManager.cs
I want to get EXP after every monster's been killed.
But by default, after killing certain amount of monsters, it's Bestiary got 100% and got no EXP further.
I used ILSPY and…