C#DecompilerHelp WantedNew FeatureOutput
倉庫指標
- Star
- (25,162 star)
- PR 合併指標
- (平均合併 15天 22小時) (30 天內合併 61 個 PR)
描述
As we are now part of Roslyn, it would be nice to support all the formatting options that Roslyn exposes (plus new ones dotnet/roslyn#25303).
- Copy Roslyn's CSharpFormattingOptions into
ICSharpCode.Decompiler.CSharp.Outputreplacing all options with plain bool/enum properties, so we use the same names as Roslyn does for the options, but don't have a dependency on Roslyn. - Implement the options in
CSharpOutputVisitor. - Extend the Roslyn integration to pass the current options to the decompiler.