Skip to content

Commit 41e4d8e

Browse files
committed
Fix code block
1 parent c3407af commit 41e4d8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ public class Feature
5151
5252
internal static Implementation() => ...;
5353
}
54-
`
54+
```
55+
5556
When the app is trimmed with the following feature settings in the project file,
5657
`Feature.IsSupported` is treated as `false`, and `Feature.Implementation` code is removed.
58+
5759
```xml
5860
<ItemGroup>
5961
<RuntimeHostConfigurationOption Include="Feature.IsSupported" Value="false" />

0 commit comments

Comments
 (0)