Skip to content
haf edited this page Oct 9, 2014 · 4 revisions

Welcome to the il-repack!

Getting Started

Let's assume you have nuget.exe

mono tools/NuGet.exe install -ExcludeVersion ILRepack -OutputDirectory tools
# study the options:
mono tools/ILRepack/tools/ILRepack.exe
# [ snip ]
# run it on your assemblies:
mono tools/ILRepack/tools/ILRepack.exe \
  /keyfile:src/signing/LogaryPublic.snk \
  /ver:1.2.3 /xmldocs /internalize /parallel \
  /targetplatform:v4 \
  /index /verbose /out:Logary.dll \
  src/Logary/bin/Release/Logary.dll \
  src/Logary/bin/Release/FSharp.Actor.dll \
  src/Logary/bin/Release/FSharp.Core.dll \
  src/Logary/bin/Release/Intelliplan.JsonNet.NodaTime.dll \
  src/Logary/bin/Release/Intelliplan.JsonNet.dll \
  src/Logary/bin/Release/Newtonsoft.Json.dll \
  src/Logary/bin/Release/NodaTime.dll \
  src/Logary/bin/Release/policy.2.3.FSharp.Core.dll
Clone this wiki locally