il-repack icon indicating copy to clipboard operation
il-repack copied to clipboard

Open-source alternative to ILMerge

Results 117 il-repack issues
Sort by recently updated
recently updated
newest added

Error while attempting to import resource file Arg_ResourceFileUnsupportedVersion Arg_ResourceFileUnsupportedVersion - unlocalized found in http://referencesource.microsoft.com/#mscorlib/system/resources/resourcereader.cs ## log: INFO: - Importing Microsoft.TeamFoundation.Proxy.ManageTfsListInternal.resources System.ArgumentException: Arg_ResourceFileUnsupportedVersion в ILRepacking.ResReader..ctor(Stream stream) в ILRepacking.ILRepack.FixResxResource(EmbeddedResource er) в ILRepacking.ILRepack.RepackResources()...

After hours of debugging, found out the reason ILRepack roundtrip of NHibernate fails (or rather causes PEVerify errors) is caused by SecurityRules attribute being removed. NHibernate specifies `SecurityRules(Set.Level1)` (aka "I'm...

bug

for example, I have the following App.config ``` xml ``` (main assembly is auth.exe), after I merge some DLL into it like ``` xml $(OutputPath)\$(AssemblyName).standalone.exe "$(SolutionDir)\packages\ILRepack.1.26.0\tools\ILRepack.exe" mono --runtime=v4.0.30319 "$(SolutionDir)\packages\ILRepack.1.26.0\tools\ILRepack.exe" ```...

up-for-grabs
enhancement

I am finding that with each build, the combined XML documentation file for the assembly grows. I have a case where the file grew from 2MB to 500MB. The symptoms...

``` ##[error]EXEC(0,0): Error : Failed to load debug information for Microsoft.Mashup.Cdm.dll: \Microsoft.Mashup.Cdm.dll: [\MashupEngineLibrary45.Core.csproj] System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.Substring(Int32 startIndex, Int32 length) at ILRepacking.RepackAssemblyResolver.InitializeDotnetRuntimeDirectories()...

Issue: ==== I'm getting following warning message: ``` WARNING: Method reference is used with definition return type / parameter. Indicates a likely invalid set of assemblies, consider one of the...

PEVerify [MD]: Warning: Class does not implement interface method in this module (class:0x02001650; interface:0x060083ac; method:0x0061004d). [token:0x090007D4] [MD]: Warning: Class does not implement interface method in this module (class:0x02001651; interface:0x060083d7; method:0x1429e6e0)....