Denis Zykov

Results 121 comments of Denis Zykov

if it is .NET Framework assembly you could specify path to Framework's location ```"/targetplatform:v4,"```

@rolandh look like https://github.com/0xd4d/antinet has 4.0 version. Also just curious why some one need to prevent profiling debugging?

You could rename config before Repack and rename it back after. On Thu, Jun 6, 2019, 9:28 AM Francois Valdy wrote: > Hi, ConfigMerger is where the fun happens, no...

Hi @j0shval3r0! You can't merge managed (.NET) and unmanaged (native) libraries. This is in theory possible, but not with ILrepack.

I know that the same references are resolved. My example would merge fine, if merged with one pass. But there 2 passes: 1) B+C 2) A + B For example...

Wow, I didn't know about this feature :) If you point me to right source code file I will write "mess check" in code and PR it. I want "safe"...

Can you provide crash information (log, dump)? And an example DLL would be nice too. Because without any details it is dead case.

Access violation in crash log and seems fine DLL. 1) I saw 3 different version of Dotween in references, is it ok? 2) Do you have all referenced assemblies in...

Still no crashes on Unity 2017.4.1 This is Unity-related problem, not ILRepack.