PowerToys/src/modules/launcher/Wox.Test
ryanbodrug-microsoft 8f17f7297d
Enabling static analysis on indexer plugin and fixing errors (#5220)
* Enabling code analysis, and treating warnings as errors

* Error CA1724 The type name Settings conflicts in whole or in part with the namespace name 'Microsoft.PowerToys.Settings'. Change either name to eliminate the conflict. Microsoft.Plugin.Indexer C:\repos\powertoys\src\modules\launcher\Plugins\Microsoft.Plugin.Indexer\Settings.cs 9 Active

* Removing keyword "Interface" from namespace to fix fxcop warnings

* Fixing static analysis warnings on ContextMenuLoader

* Fixing general exception warnings for static analysis

* Fixing public list variables, non static methods, and general exception warning

* Implementing IDisposable on OleDBSearch although in practice these objects were already being disposed.

Also Validated we were not using user input directly for sql strings.

* Removing VS generated comments from dispose methods as per PR feedback.

* Setting translated text to use current culture as per PR feedback.

* Explicity specifying 'internal' access modifier for Indexer 'Main' class, as per PR feedback

* Updating to FxCop 3.0.0
2020-07-30 16:39:47 -07:00
..
Plugins Enabling static analysis on indexer plugin and fixing errors (#5220) 2020-07-30 16:39:47 -07:00
FuzzyMatcherTest.cs Dev/crutkas/fixing warnings (#5161) 2020-07-22 13:27:17 -07:00
MainViewModelTest.cs Dev/crutkas/fixing warnings (#5161) 2020-07-22 13:27:17 -07:00
QueryBuilderTest.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
ResultsViewModelTest.cs Added functionality for left/right key navigation (#5067) 2020-07-22 12:48:42 -07:00
UrlPluginTest.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Wox.Test.csproj updating test related stuff (#5133) 2020-07-22 09:46:20 -07:00
WoxTest.cs Migrate files from Wox to PowerLauncher (#5014) 2020-07-20 11:22:03 -07:00