Timotei Dolean
Timotei Dolean
@Logerfo @titomor-outsystems I just tried merging version 4.1.5 and it worked fine. How are you invoking it? Here's the output trying to merge it for net461, netstandard2.0 and netcore3.0 ```...
@Alexx999 Yes, there is a bug that happens with latest VS, there is a fix in progress: https://github.com/Ullink/gradle-msbuild-plugin/pull/105
@Alexx999 Can you rebase/merge with latest master, so that the build works properly?
@Alexx999 I will try looking at it next month and merge it if all is good :) (thanks or the PR btw)
@iskiselev I am handling some of the maintainer tasks, though I didn't manage to review all the remaining stuff 😓 That PR was particularly tricky because it was actually breaking...
Does the merged file still reference any DLLs besides the default ones? Also, which ILRepack version are you using?
@RichiCoder1 Sorry. By "default ones" I mean the .NET Framework dependencies (System, System.Data, etc), that are all available by default in a vanilla .NET installation. @robertmuehsig I'll try and find...
FYI, here's the code that does the patching: https://github.com/gluck/il-repack/blob/master/ILRepack/Steps/XamlResourcePathPatcherStep.cs#L68 (for the code in `InitializeComponent` which uses also this kind of URI Paths) I even put a TODO at the top...
If we put the prefix skipping, we'll end up with potential duplicates which might be worse in the long run (e.g., Themes.xaml have a high chance to conflict since they...