-
Hello,
I tried to use the nuget available here https://www.nuget.org/packages/Tesseract/
But my organisation requires that all assembly we used to be strongly named, https://docs.microsoft.com/en…
-
I ran ConfuserEx with rename protection on a few assemblies (one of them is large though). It completed without errors, but PEVerify outputs 436 errors on it like the following:
```
[IL]: Error: [d:\…
-
I have tried using the latest NuGet package with an application that is signed, however, I am unable to due to the lack of signing. I see an issue was already raised for this #20, but I could not see…
-
I get the following log + exception when I am using the compressor packer in conjuction with the normal, aggressive, maximum presets. Minimum preset works fine.
For some reason it wants to make use…
-
As mentioned in dotnet/coreclr#20818, ilasm delegates out a step of the resource-embedding process to a process named CvtRes.exe. We don't ship CvtRes.exe with .NET Core (it's also not OSS). So, we ne…
-
I am trying to build `src/corelcr` using CLion IDE (CLion need cmake options to build). And I need a bit of help with the correct commandline.
I have succesfully run the build on the commandline, s…
-
I've just started using ConfuserEx, and found something that I believe is a bug when **Packing assemblies with Inner Classes**:
Defined global obfuscation in AssemblyInfo:
``` csharp
[assembly: Obfu…
-
In several VB.NET projects I get the a resource not found error. There are some C# projects involved and no problem with them at all. Tried change every setting in the resource files without success. …
-
The way .overrides and virtual work in IL, you can actually have multiple chains of virtual methods with the same name on an object, by using 'new' to establish a new chain. It's also possible to use …
-
The question of a roadmap recently came up in another issue. Since we don't have one, I thought I'd write one up.
This is tentative and subject to change, based on community feedback, but here are…