From cc62937cf40c5edc87ecebee8b4aee5695ab99e1 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Fri, 30 May 2025 13:13:22 -0700 Subject: [PATCH] Fix feature switch example --- .../FeatureSwitchDefinitionAttribute.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml b/xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml index d59eeec740d..14c0602d31c 100644 --- a/xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml +++ b/xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml @@ -55,10 +55,9 @@ When the app is trimmed with the following feature settings in the project file, ```xml - + ``` - ]]>