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: dc70a1a
Choose a base ref
...
head repository: dotnet/roslyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e846c4
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Nov 21, 2022

  1. Gracefully handle additional locations in DiagnosticData.Create

    Fixes [AB#1676229](https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/1676229)
    
    Handle additional location in different project from the primary location project as well additional location in a document which was subsequently removed from the solution.
    
    Verified that the added unit test fails prior to the product fix.
    mavasani committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1b35b77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65532 from mavasani/PortFix1676229

    [Port] Gracefully handle additional locations in DiagnosticData.Create
    arunchndr authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    add2a83 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Merge pull request #65551 from dotnet/merges/release/dev17.4-to-relea…

    …se/dev17.5
    
    Merge release/dev17.4 to release/dev17.5
    dotnet-bot authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f8ca2a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65552 from dotnet/merges/release/dev17.5-to-relea…

    …se/dev17.5-vs-deps
    
    Merge release/dev17.5 to release/dev17.5-vs-deps
    dotnet-bot authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2e846c4 View commit details
    Browse the repository at this point in the history
Loading