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
Using WholeProjectDecompiler from a console project and setting CSharpFormattingOptions.AutoPropertyFormatting has no effect on the output.
Expected behavior is auto properties be formatted on one line.
Actual behavior is auto properties span multiple lines no matter the setting in both classes and interfaces.
The text was updated successfully, but these errors were encountered:
I didn't expect to see this issue closed anytime soon, so thanks. Any chance you could take a look at #1944? I tried to investigate it myself but I couldn't get very far.
Using
WholeProjectDecompiler
from a console project and settingCSharpFormattingOptions.AutoPropertyFormatting
has no effect on the output.Expected behavior is auto properties be formatted on one line.
Actual behavior is auto properties span multiple lines no matter the setting in both classes and interfaces.
The text was updated successfully, but these errors were encountered: