PowerToys/src/modules
Avneet Kaur beecdc8d79
[fxcop] Fixes for Wox.Plugin (2of3) - Moved logger interface to Wox.Plugin (#7464)
* Moved Logger/Log.cs from Wox.Infrastructure to Wox.Plugin

- Installed Logger dependency in Wox.Plugin: NLog.Extensions.Logging
- Moved file Log.cs from Wox.Infrastructure/Logger/ to Wox.Plugin/Logger
- Moved file Constant.cs from Wox.Infrastructure to Wox.Plugin: This file was moved since Log.cs depends on this class
    - Copied Wox.Infrastructure.Helper.NonNull to Wox.Plugin.Constant since Constant.cs depends on this method
- Replaced all "using Wox.Infrastructure.Logger" to "using Wox.Plugin.Logger" in all files as needed
- Replaced Wox.Infrastructure.Constant to Wox.Plugin.Constant in all files as needed

* Removed Nlog.Extensions.Logging from Wox.Infrastructure

* Added logging and suppressed general exceptions (CA1031: Do not catch general exception types)

* Resolved fxcop errors introduced by newly added Log.cs

- CA1307: Specify StringComparison for clarity
- CA2000: Dispose objects before losing scope
- CA1062: Validate arguments of public methods

* Replaced Wox.Infrastructure.Logger with Wox.Plugin.Logger
2020-10-23 13:06:22 -07:00
..
colorPicker Removed AnyCPU config (#7502) 2020-10-23 11:56:57 -07:00
fancyzones Upgrade mahapps to 2.3 (#7466) 2020-10-22 08:30:18 -07:00
imageresizer [Fix Build farm]Fix ImageResizer Loc and change C# language version in ColorPicker to 8.0 (#7483) 2020-10-22 17:28:25 -07:00
interface Non localized module name (#7170) 2020-10-19 16:07:02 -07:00
keyboardmanager Tweaked KBM comment, removed redundant assignment, and avoid sending key up for one case when not necessary (#7315) 2020-10-21 10:24:43 -07:00
launcher [fxcop] Fixes for Wox.Plugin (2of3) - Moved logger interface to Wox.Plugin (#7464) 2020-10-23 13:06:22 -07:00
powerrename Widen text labels (#7475) 2020-10-22 18:25:13 +03:00
previewpane settings: use actionable toast notifications for file explorer modules warning 2020-10-22 18:24:54 +03:00
shortcut_guide Non localized module name (#7170) 2020-10-19 16:07:02 -07:00