StyleCop の警告をなくすために、次の行をフォーマットするにはどうすればよいですか。
this.BeginInvoke(this.updateHandler,new object[]{this.tmpbuf});
ここで、4 つの警告が表示されます。
Warning 4 SA1001: Invalid spacing around the comma.
Warning 5 SA1011: Invalid spacing around the closing square bracket.
Warning 6 SA1012: Invalid spacing around the opening curly bracket.
Warning 7 SA1013: Invalid spacing around the closing curly bracket.