PowerToys/src/modules/colorPicker
CleanCodeDeveloper aa2c9390ef
[ColorPicker] Enable analyzer and fix warnings (#16543)
* ColorPicker: Enable analyzer and fix warnings

* Suppress CA1711:Identifiers should not have incorrect suffix

Renaming everything would be a lot of work. It does not do any harm if an EventHandler delegate ends with the suffix EventHandler.
Besides this, the Rule causes some false postives

* CA1838:Avoid 'StringBuilder' parameters for P/Invokes

We are not concerned about the performance impact of marshaling a StringBuilder

* resolve pr comments
2022-03-04 15:06:51 +00:00
..
ColorPicker [build]Update to .net 6 framework and VS 2022 (#15741) 2022-02-07 14:08:30 +00:00
ColorPickerUI [ColorPicker] Enable analyzer and fix warnings (#16543) 2022-03-04 15:06:51 +00:00
UnitTest-ColorPickerUI [ColorPicker] Enable analyzer and fix warnings (#16543) 2022-03-04 15:06:51 +00:00