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: docs/workflow/trimming/feature-switches.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ configurations but their defaults might vary as any SDK can set the defaults dif
21
21
| CustomResourceTypesSupport | System.Resources.ResourceManager.AllowCustomResourceTypes | Use of custom resource types is disabled when set to false. ResourceManager code paths that use reflection for custom types can be trimmed. |
22
22
| EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization | System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization | BinaryFormatter serialization support is trimmed when set to false. |
23
23
| BuiltInComInteropSupport | System.Runtime.InteropServices.BuiltInComInterop.IsSupported | Built-in COM support is trimmed when set to false. |
24
-
|EnableCPlusPlusCLIHostActivation|Internal.Runtime.InteropServices.InMemoryAssemblyLoader.IsSupported| C++/CLI host activation code is disabled when set to false and related functionality can be trimmed. |
25
-
|_EnableCallingManagedFunctionFromNativeHosting|Internal.Runtime.InteropServices.ComponentActivator.IsSupported| Getting a managed function from native hosting is disabled when set to false and related functionality can be trimmed. |
24
+
|EnableCppCLIHostActivation|System.Runtime.InteropServices.EnableCppCLIHostActivation| C++/CLI host activation code is disabled when set to false and related functionality can be trimmed. |
25
+
|_EnableConsumingManagedCodeFromNativeHosting|System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting| Getting a managed function from native hosting is disabled when set to false and related functionality can be trimmed. |
26
26
27
27
Any feature-switch which defines property can be set in csproj file or
28
28
on the command line as any other MSBuild property. Those without predefined property name
0 commit comments