icsharpcode/ILSpy
Ver no GitHubImplement Roslyn formatting options in the decompiler
Open
#1.088 aberto em 11 de mar. de 2018
C#DecompilerHelp WantedNew FeatureOutput
Métricas do repositório
- Stars
- (25.162 stars)
- Métricas de merge de PR
- (Mesclagem média 15d 22h) (61 fundiu PRs em 30d)
Description
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.