Skip to content
New issue

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

Call Roslyn to format new code behind documents #9263

Merged

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    8a2b8af View commit details
    Browse the repository at this point in the history
  2. Trim existing content

    The node used to create the ExtractStart property actually starts at the end of the directive, on the line before the opening brace.
    davidwengier committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1155ec1 View commit details
    Browse the repository at this point in the history
  3. Add a test for calling Roslyn to reformat

    This is a silly test, but strictly speaking its correct, as our logic is to take whatever Roslyn gives us. There are tests on the Roslyn side to validate that they format the document correctly etc.
    davidwengier committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9c20460 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Whitespace

    davidwengier committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b62fe90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5372346 View commit details
    Browse the repository at this point in the history