You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ You can turn this functionality off by setting ClearOutputDirectory to False as
112
112
| MergeIlLinkerFiles | Merge IL Linker file XML resources from Microsoft assemblies (optional). Same-named XML resources ('ILLink.*.xml') will be combined during merging. |
113
113
| NoRepackRes | Does not add the embedded resource 'ILRepack.List' with all merged assembly names. |
114
114
| OutputFile | Output name for the merged assembly. |
115
+
| LineIndexation | Stores file:line debug information as type/method attributes (requires PDB). |
115
116
| Parallel | Use as many CPUs as possible to merge the assemblies. |
116
117
| PauseBeforeExit | Pause execution once completed (good for debugging). |
117
118
| RenameInternalized | Rename all internalized types (to be used when Internalize is enabled). |
0 commit comments