From a4fd3b03808fd2629287e4119de1b4bdd9a0796a Mon Sep 17 00:00:00 2001 From: Sebastien Marichal Date: Tue, 23 Jan 2024 14:53:05 +0100 Subject: [PATCH] Deprecate rule S3884 --- .../Rules/SecurityPInvokeMethodShouldNotBeCalledBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/analyzers/src/SonarAnalyzer.Common/Rules/SecurityPInvokeMethodShouldNotBeCalledBase.cs b/analyzers/src/SonarAnalyzer.Common/Rules/SecurityPInvokeMethodShouldNotBeCalledBase.cs index 7b20ea3358b..fe08cafc758 100644 --- a/analyzers/src/SonarAnalyzer.Common/Rules/SecurityPInvokeMethodShouldNotBeCalledBase.cs +++ b/analyzers/src/SonarAnalyzer.Common/Rules/SecurityPInvokeMethodShouldNotBeCalledBase.cs @@ -20,6 +20,7 @@ namespace SonarAnalyzer.Rules { + [Obsolete("This rule has been deprecated since 9.18")] public abstract class SecurityPInvokeMethodShouldNotBeCalledBase : SonarDiagnosticAnalyzer where TSyntaxKind : struct where TInvocationExpressionSyntax : SyntaxNode