Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/fundamentals/code-analysis/quality-rules/ca2109.md
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
x789 and gewarren authored Oct 17, 2022
commit bf26fc47000c7fa692d8f1e761d80c95b14768de
2 changes: 1 addition & 1 deletion docs/fundamentals/code-analysis/quality-rules/ca2109.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A public or protected event-handling method was detected.
> [!NOTE]
> This rule has been deprecated. It last shipped with Microsoft.CodeAnalysis.Analyzers v3.3.0.
>
> It was removed because the threat that the analyzer warned about (an untrusted intermediary hooking a privileged event handler to a privileged event invoker) did not exist since .NET 4.5.
> The rule was removed because the threat that the analyzer warned about (an untrusted intermediary hooking a privileged event handler to a privileged event invoker) hasn't existed since .NET Framework 4.5.

## Rule description

Expand Down