Skip to content

Commit

Permalink
FxCopAnalyzer fix for Wox.Core (PR#2of3) - Removing unused JsonRPC fi…
Browse files Browse the repository at this point in the history
…les (#7211)

* Removed unused JsonRPC related files and references

- Files Removed: ExecutablePlugin.cs, JsonRPCClientRequestModel.cs, JsonRPCErrorModel.cs, JsonRPCModelBase.cs, JsonRPCPlugin.cs, JsonRPCQueryResponseModel.cs, JsonRPCRequestModel.cs, JsonRPCResponseModel.cs, JsonRPCResult.cs, JsonRPCServerRequestModel.cs
- Modified PluginsLoader.cs:
	- Removed method ExecutablePlugins
	- In method Plugins(): Removed call to ExecutablePlugins()

* Suppressed warning for catching general exception type

* Addressing comments: Replaced in source suppression with attribute and logged exception information
  • Loading branch information
avneet-kr committed Oct 20, 2020
1 parent 280d190 commit 701ccfd
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 588 deletions.
60 changes: 0 additions & 60 deletions src/modules/launcher/Wox.Core/Plugin/ExecutablePlugin.cs

This file was deleted.

34 changes: 0 additions & 34 deletions src/modules/launcher/Wox.Core/Plugin/JsonRPCClientRequestModel.cs

This file was deleted.

29 changes: 0 additions & 29 deletions src/modules/launcher/Wox.Core/Plugin/JsonRPCErrorModel.cs

This file was deleted.

25 changes: 0 additions & 25 deletions src/modules/launcher/Wox.Core/Plugin/JsonRPCModelBase.cs

This file was deleted.

227 changes: 0 additions & 227 deletions src/modules/launcher/Wox.Core/Plugin/JsonRPCPlugin.cs

This file was deleted.

0 comments on commit 701ccfd

Please sign in to comment.