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
@@ -107,6 +107,7 @@ You can turn this functionality off by setting ClearOutputDirectory to False as
107
107
| XmlDocumentation | Merge assembly XML documentation. |
108
108
| LibraryPath | List of paths to use as "include directories" when attempting to merge assemblies. |
109
109
| Internalize | Set all types but the ones from the first assembly 'internal'. |
110
+
| InternalizeAssembly | Internalize only specific assemblies (list of assembly names without path or extension). |
110
111
| RenameInternalized | Rename all internalized types (to be used when Internalize is enabled). |
111
112
| ExcludeInternalizeSerializable | Do not internalize types marked as Serializable. |
112
113
| InternalizeExclude | If Internalize is set to true, any which match these regular expressions will not be internalized. If Internalize is false, then this property is ignored. |
0 commit comments