Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/roslyn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a61e6b2
Choose a base ref
...
head repository: dotnet/roslyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2731a16
Choose a head ref
  • 13 commits
  • 26 files changed
  • 4 contributors

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    a6552f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f57e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f995cda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38a5b1c View commit details
    Browse the repository at this point in the history
  5. Fix

    CyrusNajmabadi committed May 13, 2022
    Configuration menu
    Copy the full SHA
    42a9f07 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    96f8d76 View commit details
    Browse the repository at this point in the history
  2. Simpler approach

    CyrusNajmabadi committed May 14, 2022
    Configuration menu
    Copy the full SHA
    f0a73e9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Keep leadin trivia inside Main method if it is more likely to be a st…

    …atement comment rather than a file header when converting to 'Program.Main' style program
    DoctorKrolic authored and CyrusNajmabadi committed May 15, 2022
    Configuration menu
    Copy the full SHA
    2a14897 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Change VB language version Roslyn.sln uses to "latest" (#61313)

    To allow us to use the latest VB features, such as setting init-only properties.
    tmat authored May 16, 2022
    Configuration menu
    Copy the full SHA
    e520d87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61317 from CyrusNajmabadi/smartCopyPasteLineCopy

    Do not try to do a smart copy/paste when the paste change is not fully within the string.
    CyrusNajmabadi authored May 16, 2022
    Configuration menu
    Copy the full SHA
    557a497 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b8806 View commit details
    Browse the repository at this point in the history
  4. Remove document options provider (#61228)

    * Remove IDocumentOptionsProvider
    
    * Fold DocumentSpecificOptionSet into DocumentOptionSet
    tmat authored May 16, 2022
    Configuration menu
    Copy the full SHA
    3663223 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #61178 from DoctorKrolic/keep-leading-trivia-insid…

    …e-main
    
    Keep leading trivia inside Main method…
    CyrusNajmabadi authored May 16, 2022
    Configuration menu
    Copy the full SHA
    2731a16 View commit details
    Browse the repository at this point in the history
Loading