mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[Analyzers] Update StyleCop and enable SA1200 (#22707)
* update StyleCop and enable SA1200 * Fix merge issues * fix build and added using rule
This commit is contained in:
committed by
GitHub
parent
617150cf50
commit
6d138e80fb
@@ -86,7 +86,7 @@ namespace ImageResizer.Models
|
||||
var batch = CreateBatch(_ => { });
|
||||
batch.Files.Add("Image1.jpg");
|
||||
batch.Files.Add("Image2.jpg");
|
||||
var calls = new ConcurrentBag<(int i, double count)>();
|
||||
var calls = new ConcurrentBag<(int I, double Count)>();
|
||||
|
||||
batch.Process(
|
||||
(i, count) => calls.Add((i, count)),
|
||||
|
||||
Reference in New Issue
Block a user