We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Used: Visual Studio 2017 15.8 Preview 3.0
Steps to Reproduce:
Expected Behavior: File is decompiled using user's line endings preference.
Actual Behavior: File is decompiled using tabs.
The text was updated successfully, but these errors were encountered:
related to #25303
Sorry, something went wrong.
I think this can be closed. The source code produced by the decompiler is reformatted using Formatter.FormatAsync. See
Formatter.FormatAsync
roslyn/src/EditorFeatures/CSharp/DecompiledSource/CSharpDecompiledSourceService.cs
Lines 83 to 86 in 7d97db4
No branches or pull requests
Version Used:
Visual Studio 2017 15.8 Preview 3.0
Steps to Reproduce:
Expected Behavior:
File is decompiled using user's line endings preference.
Actual Behavior:
File is decompiled using tabs.
The text was updated successfully, but these errors were encountered: