LibZ
LibZ copied to clipboard
LibZ, the alternative to ILMerge
Hi, I'm using NancyFx, but Nancy.dll fails to load. I've tried evey scenario, from 1 to 4, and every other .dll is ok, but Nancy.dll. I'm using LibZ Tool 1.2...
Hi Milosz, This is the issue from our [twitter conversation](https://twitter.com/MrKrashan/status/749177779078492160) where I'm having issues trying to merge my .NET 4.6 project which uses Roslyn. Scenario 1 fails immediately when run...
Hi everyone, I want check if libZ works - If I use MonoGame. It can't load MonoGame.Framework.dll from Engine.libz I always tried but it doesn't resolve Program.cs > using System;...
I have a WPF project with a dependency on another project that contains lots of WPF resource dictionaries for various styles etc. I bundle all dlls into Libz containers, inject...
I was wondering if it's possible that I did something wrong, or if it's the assembly-loading process, if it takes about 2-3 seconds for every assembly to load. Maybe you...
I have a project with old dependencies and I can not recompile them. Main exe depends on RestSharp and dependency A. Dependency A also depends on RestSharp, but different version....
Let's say I have MyApplication.exe, which uses MyLibrary.dll, which in turn uses ExternalLibrary.dll. Using [Scenario 5: Getting more control](https://github.com/MiloszKrajewski/LibZ/blob/master/doc/scenarios.md#scenario-5-getting-more-control) or [Scenario 6: Using source only approach](https://github.com/MiloszKrajewski/LibZ/blob/master/doc/scenarios.md#scenario-6-using-source-only-approach-no-instrumentation-at-all), is it possible to...
Just wanted to have a look around, so I cloned the source and opened LibZ.sln with Visual Studio 2015 and hit Build Solution. Seems like there are some fatal errors...
I am using inject-dll to inject a managed dll into a managed main dll. The TaskBase.InjectDll method uses sourceAssembly.FullName to calculate the hash and Guid for the assembly. Later, when...