Mike Barnett

Results 55 comments of Mike Barnett

Possibly: it is also likely that an overly broad search could find lots of competing versions of the same assembly and it would be difficult to know which one is...

Sorry about that! Can you please post the log that is produced when you use the /log option? I haven't heard this kind of problem reported before so I'm wondering...

There are scenarios where assembly identities are encoded in strings. This is especially true for WPF applications. When this happens, ILMerge is unable to find and modify the string to...

Then I would guess that the program is using Reflection to load assembly A. Do you see any calls to Assembly. Load or Assembly.LoadFrom in the text file? If you...

Thanks! I downloaded the file. What is the name of the assembly that it complains about when you run the merged assembly? What is the name of the method that...

If you look at the method that is defined starting on line 463994, you'll see that it is using reflection to load the assembly named "Microsoft.Extensions.Logging". So whatever you are...

I believe I have fixed this with [this commit](https://github.com/dotnet/ILMerge/commit/9ec1b3f29f6f11b8fc2ddcca4c055dae7b10d9e3). It has been published on NuGet as version 3.0.41. Please try it out and let me know if it handles your...

Sorry, but ILMerge is unable to merge anything other than fully managed assemblies. As far as I know, the C++/CLR assemblies contain lots of unmanaged goo so ILMerge would be...

Wow, that sounds super frustrating. It sounds as if you can't even create a repro, but if you can and if you can share it with me, I'd be happy...

If it really is the problem of the UniqueKey running out of unique integers, then I'm not sure it could be related to the IL code that is in your...