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

Commits on Nov 20, 2025

  1. [release/dev18.0] Update dependencies from dotnet/arcade (#81343)

    This pull request updates the following dependencies
    
    [marker]: <> (Begin:67f7fd68-4749-4b1f-ab9c-eed6a608ee2b)
    ## From https://github.com/dotnet/arcade
    - **Subscription**:
    [67f7fd68-4749-4b1f-ab9c-eed6a608ee2b](https://maestro.dot.net/subscriptions?search=67f7fd68-4749-4b1f-ab9c-eed6a608ee2b)
    - **Build**:
    [20251119.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2843020)
    ([291510](https://maestro.dot.net/channel/2/github:dotnet:arcade/build/291510))
    - **Date Produced**: November 19, 2025 8:42:51 PM UTC
    - **Commit**:
    [d0dd6fd98074a55efc1bfe63297467c706058a56](dotnet/arcade@d0dd6fd)
    - **Branch**: [main](https://github.com/dotnet/arcade/tree/main)
    
    [DependencyUpdate]: <> (Begin)
    
    - **Dependency Updates**:
      - From [11.0.0-beta.25469.3 to 11.0.0-beta.25569.5][4]
         - Microsoft.DotNet.Arcade.Sdk
         - Microsoft.DotNet.Helix.Sdk
         - Microsoft.DotNet.XliffTasks
    
    [4]: dotnet/arcade@dbc4dce...d0dd6fd
    
    [DependencyUpdate]: <> (End)
    
    - **Updates to .NET SDKs:**
      - Updates **sdk.version** to 10.0.100-rc.2.25502.107
      - Updates **tools.dotnet** to 10.0.100-rc.2.25502.107
    
    [marker]: <> (End:67f7fd68-4749-4b1f-ab9c-eed6a608ee2b)
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Jan Jones <janjones@microsoft.com>
    3 people authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    9fd2ffe View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. PublicApi txt file changes for 18.0 (#81380)

    Not sure whether the changes within the RoslynAnalyzers folder should be
    included
    ToddGrun authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    c3625e1 View commit details
    Browse the repository at this point in the history
  2. [release/dev18.0] Fix comparer in StringTokenMap (#81368)

    Backport of #81341.
    
    QB workitem:
    https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2643422
    
    ### Customer Impact
    
    Customers are unable to build large projects which contain many string
    literals because the limit is being computed incorrectly. The
    [vsfeedback
    ticket](https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2641964) has
    collected 4 votes in 1 day.
    
    ### Regression
    
    - [x] Yes - from #78033; worked in
    VS 2022, broken in VS 2026
    - [ ] No
    
    ### Testing
    
    Verified manually on user's repro. Also added a unit test.
    
    ### Risk
    
    Low. Simple change.
    jjonescz authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    7f327e0 View commit details
    Browse the repository at this point in the history
Loading