From bed48d014c3a45af4162cb43484163a61c370621 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell <273118822+dnyw4l3n13@users.noreply.github.com> Date: Thu, 2 Jul 2026 21:23:45 +0000 Subject: [PATCH] chore: placeholder CHANGELOG entry for issue #457 syntactic prefilters Prompt: Perf Phase 1: syntactic prefilters before semantic-model calls in all affected analyzers --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70638e61..765e07b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated SonarAnalyzer.CSharp to 10.28.0.143324 - Dependencies - Updated FunFair.Test to 6.3.3.2407 - Dependencies - Updated FunFair.Test.Source.Generator to 6.3.3.2407 +- Perf: added syntactic prefilters before semantic-model calls in all affected analyzers to reduce unnecessary allocations and improve throughput ### Deprecated ### Removed ### Deployment Changes