diff --git a/.globalconfig b/.globalconfig
index f0cc41c388e..f4d807cbe44 100644
--- a/.globalconfig
+++ b/.globalconfig
@@ -1022,7 +1022,7 @@ dotnet_diagnostic.SA1001.severity = none
dotnet_diagnostic.SA1002.severity = warning
# SA1003: Symbols should be spaced correctly
-dotnet_diagnostic.SA1003.severity = none
+dotnet_diagnostic.SA1003.severity = warning
# SA1004: Documentation lines should begin with single space
dotnet_diagnostic.SA1004.severity = none
diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimResultObserver.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimResultObserver.cs
index 5e548a405ac..c27c7493ddb 100644
--- a/src/Microsoft.Management.Infrastructure.CimCmdlets/CimResultObserver.cs
+++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/CimResultObserver.cs
@@ -115,8 +115,8 @@ internal class AsyncResultCompleteEventArgs : AsyncResultEventArgsBase
///
public AsyncResultCompleteEventArgs(
CimSession session,
- IObservable