From 931fd66f66b952aea68b049c68b6a814954fb272 Mon Sep 17 00:00:00 2001
From: Avneet Kaur <72103212+avneet-kr@users.noreply.github.com>
Date: Mon, 26 Oct 2020 18:18:21 -0700
Subject: [PATCH] [fxcop] Fixes for Wox.Plugin (3of3) - enable FxCop Analyzer
(#7465)
* Enabled FxCopAnalyzer for Wox.Plugin
* Fixed build errors - CA1824: Mark assemblies with NeutralResourcesLanguageAttribute
---
src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj
index 6a6be6bf91..8d9c037483 100644
--- a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj
+++ b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj
@@ -13,6 +13,7 @@
false
false
x64
+ en-US
@@ -68,6 +69,10 @@
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+