From af7eb03d39a75ea1bd25c76321779dd4dd15678b Mon Sep 17 00:00:00 2001 From: "calvin@codingwithcalvin.net" Date: Tue, 30 Dec 2025 16:09:21 -0500 Subject: [PATCH] fix(sdk): add analyzer reference for source generators MSBuild SDK packages don't automatically include analyzers - they need to be explicitly referenced. Add Analyzer item to include the generators DLL from the package. --- src/CodingWithCalvin.VsixSdk/Sdk/Sdk.Vsix.props | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/CodingWithCalvin.VsixSdk/Sdk/Sdk.Vsix.props b/src/CodingWithCalvin.VsixSdk/Sdk/Sdk.Vsix.props index cd826f1..f6b3ae6 100644 --- a/src/CodingWithCalvin.VsixSdk/Sdk/Sdk.Vsix.props +++ b/src/CodingWithCalvin.VsixSdk/Sdk/Sdk.Vsix.props @@ -5,6 +5,15 @@ VSIX-specific properties. Can be imported standalone or as part of the full SDK. --> + + + + + true