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
privatestring?_example;// csharpier-ignorepublicstringExample{get{if(_exampleis not null)return_example;varnumber=Random.Shared.Next();return_example=number.ToString();}}
becomes.
privatestring?_example;// csharpier-ignorepublicstringExample{get{if(_exampleis not null)return_example;varnumber=Random.Shared.Next();return_example=number.ToString();}}
This only happens when // csharpier-ignore is above the property.
The text was updated successfully, but these errors were encountered:
Pentadome
changed the title
0.24.0. csharpier-ignore on property causes blank lines between statements to get removed.
0.24.0. csharpier-ignore on property causes blank lines between statements to be removed.
Apr 26, 2023
becomes.
This only happens when
// csharpier-ignore
is above the property.The text was updated successfully, but these errors were encountered: