Skip to content

Commit a74646e

Browse files
tarekgheerhardt
andcommitted
Update docs/workflow/trimming/feature-switches.md
Co-authored-by: Eric Erhardt <[email protected]>
1 parent c66b3f1 commit a74646e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/workflow/trimming/feature-switches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configurations but their defaults might vary as any SDK can set the defaults dif
1313
| EnableUnsafeBinaryFormatterSerialization | System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization | BinaryFormatter serialization support is trimmed when set to false |
1414
| EventSourceSupport | System.Diagnostics.Tracing.EventSource.IsSupported | Any EventSource related code or logic is trimmed when set to false |
1515
| InvariantGlobalization | System.Globalization.Invariant | All globalization specific code and data is trimmed when set to true |
16-
| PredefinedCulturesOnly | System.Globalization.PredefinedCulturesOnly | Don't allow creating a made-up cultures when the platform does not carry data for it |
16+
| PredefinedCulturesOnly | System.Globalization.PredefinedCulturesOnly | Don't allow creating a culture for which the platform does not have data |
1717
| UseSystemResourceKeys | System.Resources.UseSystemResourceKeys | Any localizable resources for system assemblies is trimmed when set to true |
1818
| HttpActivityPropagationSupport | System.Net.Http.EnableActivityPropagation | Any dependency related to diagnostics support for System.Net.Http is trimmed when set to false |
1919
| UseNativeHttpHandler | System.Net.Http.UseNativeHttpHandler | HttpClient uses by default platform native implementation of HttpMessageHandler if set to true. |

0 commit comments

Comments
 (0)