From 930c743196a32c418a5ed222c3e4d61db1428c0c Mon Sep 17 00:00:00 2001 From: Manish Vasani Date: Fri, 29 Apr 2016 16:41:20 -0700 Subject: [PATCH] Fix the MakeConstCS and MakeConstVB samples to specify the analyzer asset. I verified that make const diagnostics now show up when these projects are set as startup projects and deployed to dev hive. Fixes #3215 --- src/Samples/CSharp/MakeConst/Impl/source.extension.vsixmanifest | 1 + .../VisualBasic/MakeConst/Impl/source.extension.vsixmanifest | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Samples/CSharp/MakeConst/Impl/source.extension.vsixmanifest b/src/Samples/CSharp/MakeConst/Impl/source.extension.vsixmanifest index e5d1b873f3b..3014eee6eb7 100644 --- a/src/Samples/CSharp/MakeConst/Impl/source.extension.vsixmanifest +++ b/src/Samples/CSharp/MakeConst/Impl/source.extension.vsixmanifest @@ -36,5 +36,6 @@ governing permissions and limitations under the License. + diff --git a/src/Samples/VisualBasic/MakeConst/Impl/source.extension.vsixmanifest b/src/Samples/VisualBasic/MakeConst/Impl/source.extension.vsixmanifest index f21d4630a4b..0f6f5d23177 100644 --- a/src/Samples/VisualBasic/MakeConst/Impl/source.extension.vsixmanifest +++ b/src/Samples/VisualBasic/MakeConst/Impl/source.extension.vsixmanifest @@ -36,5 +36,6 @@ governing permissions and limitations under the License. + \ No newline at end of file -- GitLab