Open GoogleCodeExporter opened 9 years ago
Hmmm - indeed. I would propose command line switches, else if not provided try
to rip the details from the first input assembly. Shouldn't be hard - one for
the next build I hope.
Original comment by marc.gravell
on 1 Jul 2013 at 3:22
Would be greate. I am going to use it with https://nuget.org/packages/NDceRpc
for fast to start and fast to work local IPC.
Original comment by Dzmitry....@gmail.com
on 1 Jul 2013 at 3:25
[deleted comment]
Can use IlRepack syntax and semantics
- /keyfile:<path> specifies a keyfile to sign the output assembly
- /log:<logfile> enable logging (to a file, if given) (default is disabled)
- /ver:M.X.Y.Z target assembly version
- /union merges types with identical names into one
- /ndebug disables symbol file generation
- /copyattrs copy assembly attributes (by default only the primary assembly attributes are copied)
- /attr:<path> take assembly attributes from the given assembly file
Original comment by Dzmitry....@gmail.com
on 1 Jul 2013 at 4:02
Original issue reported on code.google.com by
Dzmitry....@gmail.com
on 1 Jul 2013 at 3:08