Updated Release: Version 1.0.5 (Mar 07, 2016)
Supports transitive merge and all ILMerge command-line parameters, including ILMergeInternalizeExcludeFile. Safe to use with VS2015/Roslyn.
View ArticleCreated Unassigned: make merging configurable [9]
First of all, this package is awesome. Thank you.One question: can you add an option to activate/deactivate merge in the ILMerge.props file or a different configuration file?When working on a new...
View ArticleCommented Unassigned: make merging configurable [9]
First of all, this package is awesome. Thank you.One question: can you add an option to activate/deactivate merge in the ILMerge.props file or a different configuration file?When working on a new...
View ArticleNew Post: ILMerge.exe not found
I had the same problem. The NuGet package requires ILMerge 2.13.0307 but I then upgraded it to the latest version (2.14.1208) which has moved the location of the tool to a nested tools folder. To solve...
View ArticleNew Post: ILMerge.exe not found
I followed @samcragg's feedback and those directions also worked for me. So for now, it appears not to Update the ilmerge nuget package.
View ArticleNew Post: Internalize parameter
I put <ILMergeInternalize>true</ILMergeInternalize> in ILMerge.props but resulting DLL included other DLL non internalized (I checked via ILSpy), then I run ilmerge.exe /out: ......
View ArticleCreated Unassigned: Strong name is lost [10]
Version 1.0.5 looses strong name in resulting assembly unless .props file specifically indicates which key to use <ILMergeKeyFile>keyI<LMergeKeyFile/> also <ILMergeInternalize> key...
View ArticleNew Post: Version 1.0.5 on NuGet Gallery
Last version on NuGet Gallery is 1.0.5-rc1. The 1.0.5 - release is not present there. Is this intended?
View ArticleSource code checked in, #9a28eacdf863590d9bb1e9b623f51b12f10f2af5
remove default excludefile
View ArticleUpdated Release: Version 1.0.5 (Mar 07, 2016)
Supports transitive merge and all ILMerge command-line parameters, including ILMergeInternalizeExcludeFile. Safe to use with VS2015/Roslyn.
View ArticleReleased: Version 1.0.5 final (Jul 11, 2016)
Supports internalize, transitive merge and all ILMerge command-line parameters. Safe to use with VS2015/Roslyn.
View ArticleCreated Release: Version 1.0.5 final (Jul 11, 2016)
Supports internalize, transitive merge and all ILMerge command-line parameters. Safe to use with VS2015/Roslyn.
View ArticleCommented Unassigned: Strong name is lost [10]
Version 1.0.5 looses strong name in resulting assembly unless .props file specifically indicates which key to use <ILMergeKeyFile>keyI<LMergeKeyFile/> also <ILMergeInternalize> key...
View ArticleClosed Unassigned: Strong name is lost [10]
Version 1.0.5 looses strong name in resulting assembly unless .props file specifically indicates which key to use <ILMergeKeyFile>keyI<LMergeKeyFile/> also <ILMergeInternalize> key...
View ArticleClosed Unassigned: MBuild.ILMerge.Task.targets PropertyGroup resolution order...
Hello,I believe there is an issue with the PropertyGroup resolution at the top of the MBuild.ILMerge.Task.targets file.As is, it attempts to resolve properties important to the...
View ArticleNew Post: Internalize parameter
1st, get latest 1.0.5 final. 2nd, either remove exclude file from the project completely (from ilmerge.props, too) or edit it to include only excluded type names (no comments!). ILMerge doesn't...
View ArticleUpdated Wiki: Home
Project DescriptionMSBuild ILMerge task allows you to use the famous ILMerge utility in automated builds and/or Visual Studio 2012/2013 projects.MSBuild ILMerge task allows you to use the famous...
View ArticleUpdated Wiki: Home
Project DescriptionMSBuild ILMerge task allows you to use the famous ILMerge utility in automated builds and/or Visual Studio 2012/2013 projects.MSBuild ILMerge task allows you to use the famous...
View Article