-
Hi,
I wrote a .net application which I am protecting. When I use maximum protection, this works nice in windows, but not in mono.
In fact, the only protections i can add (based on template None) for …
wzoet updated
8 years ago
-
Hi,
Background: I'm obfuscating a dll. I'm expecting all public members to be available to the consumers, but when they try to decompile it, the internals are obfuscated.
So, on some of the public cl…
-
Hello,
I have downloaded the last version of ConfuserEx and tried to obfuscate my project. Everything seems to work fine until I try to change the language of my application :
```
Syste…
-
```
Hi,
Whenever I create a new MSRS project and include the DLL for
OpenCVDotNet.dll I receive the error:
OpenCVDotNet is not a strong named assembly.
So I found instructions on how to create a st…
-
```
Hi,
Whenever I create a new MSRS project and include the DLL for
OpenCVDotNet.dll I receive the error:
OpenCVDotNet is not a strong named assembly.
So I found instructions on how to create a st…
-
In our software we are experiencing `VerificationExceptions` of this kind:
`System.Security.VerificationException : Method Castle.Proxies.[some method] type argument '[some type]' violates the cons…
-
# Expand support for byref to match C# 7 [11125137]
**Submitted by Keith Battocchi on 12/17/2015 12:00:00 AM**
**[ 14 votes ]**
C# is adding support for byref locals and returns (see https://git…
-
`project.json` is on its way out of the door while (the newly-improved) `csproj` is becoming the default.
-
How to reproduce:
1. add unsigned assembly A to a project P
2. add SignReferences nuget package and configure signing keys
3. compile project P -> assembly gets signed
4. update assembly A (e.g. if A …
-
Other Mono/.NET languages like C# allow enums to have a char data type instead of ints. Would be nice to do the same for Boo, or any other data types that are typical.