You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using version 4.7.59.0 with VS 2015 Professional. I have no R# installed.
Issue: I need to cast my await call like shown in this pseudo code: await ((MyViewDataType)MyClass.ViewData).MyFunctionAsync();
But this gives me the warning SA1008 : CSharp.Spacing : Invalid spacing around the opening parenthesis.
Is there a way to modify the spacing rule to get this accepted?
The text was updated successfully, but these errors were encountered:
Carpi68
changed the title
Cast afet await gives me SA1008 : CSharp.Spacing : Invalid spacing around the opening parenthesis.
Cast after await gives me SA1008 : CSharp.Spacing : Invalid spacing around the opening parenthesis.
Apr 26, 2016
I'm using version 4.7.59.0 with VS 2015 Professional. I have no R# installed.
Issue: I need to cast my await call like shown in this pseudo code:
await ((MyViewDataType)MyClass.ViewData).MyFunctionAsync();
But this gives me the warning
SA1008 : CSharp.Spacing : Invalid spacing around the opening parenthesis.
Is there a way to modify the spacing rule to get this accepted?
The text was updated successfully, but these errors were encountered: