From 5bed7cebe7bad9a2ab8520d9f9314265806b329a Mon Sep 17 00:00:00 2001
From: xtqqczze <45661989+xtqqczze@users.noreply.github.com>
Date: Tue, 23 Sep 2025 12:49:58 +0100
Subject: [PATCH 1/2] Revert SA1129 suppression of `System.Speech`
Remove unnecessary suppression of SA1129: Do not use default value type constructor
---
 src/libraries/System.Speech/src/System.Speech.csproj | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/libraries/System.Speech/src/System.Speech.csproj b/src/libraries/System.Speech/src/System.Speech.csproj
index 61723c53f0b3a5..74aa1192e2612f 100644
--- a/src/libraries/System.Speech/src/System.Speech.csproj
+++ b/src/libraries/System.Speech/src/System.Speech.csproj
@@ -6,8 +6,7 @@
     false
     true
     
-    
-    $(NoWarn);CS0649;SA1129;IDE0059;IDE0060;CA1822;CA1852
+    $(NoWarn);CS0649;IDE0059;IDE0060;CA1822;CA1852