PowerToys/src/modules/launcher
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
..
JsonRPC Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Microsoft.Launcher Non localized module name (#7170) 2020-10-19 16:07:02 -07:00
Plugins [fxcop] Fixes for Wox.Plugin (2of3) - Moved logger interface to Wox.Plugin (#7464) 2020-10-23 13:06:22 -07:00
PowerLauncher [fxcop] Fixes for Wox.Plugin (2of3) - Moved logger interface to Wox.Plugin (#7464) 2020-10-23 13:06:22 -07:00
PowerLauncher.Telemetry Adding fxcop to PowerLauncher.TelemetryProject (#6259) 2020-09-03 10:44:51 -07:00
Wox.Core [fxcop] Fixes for Wox.Plugin (2of3) - Moved logger interface to Wox.Plugin (#7464) 2020-10-23 13:06:22 -07:00
Wox.CrashReporter Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Wox.Infrastructure [fxcop] Fixes for Wox.Plugin (2of3) - Moved logger interface to Wox.Plugin (#7464) 2020-10-23 13:06:22 -07:00
Wox.Plugin [fxcop] Fixes for Wox.Plugin (2of3) - Moved logger interface to Wox.Plugin (#7464) 2020-10-23 13:06:22 -07:00
Wox.Test FxCopAnalyzer fixes for Wox.Test (#7312) 2020-10-21 20:13:12 -07:00
Directory.Build.targets removed incrementalClean for launcher (#5172) 2020-07-23 10:34:32 -07:00
LICENSE Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
README.md Safeguarding end user links in settings (#4226) 2020-06-11 10:16:39 -07:00

This file has been moved

PowerToys Run Overview