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: afe5bc4a82
Choose a base ref
...
head repository: dotnet/roslyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 398aa31919
Choose a head ref
  • 9 commits
  • 23 files changed
  • 8 contributors

Commits on Feb 18, 2025

  1. Update dependencies from https://github.com/dotnet/arcade build 20250…

    …211.5
    
    Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 9.0.0-beta.24572.2 -> To Version 9.0.0-beta.25111.5
    dotnet-maestro[bot] committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    1659786 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. [release/dev17.13] Update dependencies from dotnet/arcade (#77263)

    This pull request updates the following dependencies
    
    [marker]: <> (Begin:98539f1b-fced-4723-bdbe-77000cec4c06)
    ## From https://github.com/dotnet/arcade
    - **Subscription**: 98539f1b-fced-4723-bdbe-77000cec4c06
    - **Build**: 20250211.5
    - **Date Produced**: February 11, 2025 11:57:34 PM UTC
    - **Commit**: 5da211e1c42254cb35e7ef3d5a8428fb24853169
    - **Branch**: refs/heads/release/9.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
    - **Microsoft.SourceBuild.Intermediate.arcade**: [from
    9.0.0-beta.24572.2 to 9.0.0-beta.25111.5][1]
    - **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.24572.2 to
    9.0.0-beta.25111.5][1]
    - **Microsoft.DotNet.Helix.Sdk**: [from 9.0.0-beta.24572.2 to
    9.0.0-beta.25111.5][1]
    
    [1]: dotnet/arcade@b41381d...5da211e
    
    [DependencyUpdate]: <> (End)
    
    - **Updates to .NET SDKs:**
      - Updates sdk.version to 9.0.103
      - Updates tools.dotnet to 9.0.103
    
    [marker]: <> (End:98539f1b-fced-4723-bdbe-77000cec4c06)
    akhera99 authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    ca8f173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f04dd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Update to release nuget packages (#77261)

    * Update to release nuget packages
    
    In order to publish 17.13 nuget packages, we need to update a few dependencies. I updated the minimum number of packages required from our public packages, then fixed up any restore issues. For each updated package, I then went and confirmed that the dll was actually present in 17.13.0, so we should be safe from dependency loading issues. This change does not need to be inserted into VS.
    
    * Skip tests for microsoft/vs-solutionpersistence#95
    
    * Skip failing tests, see #77293.
    333fred authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    3350036 View commit details
    Browse the repository at this point in the history
  2. disable realtime monitoring

    akhera99 authored and github-actions committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    1025cc0 View commit details
    Browse the repository at this point in the history
  3. [release/dev17.13] Disable realtime monitoring in the PR-validation p…

    …ipeline (#77300)
    
    Backport of #77282 to release/dev17.13
    
    /cc @akhera99
    
    ## Customer Impact
    
    ## Regression
    
    - [ ] Yes
    - [ ] No
    
    [If yes, specify when the regression was introduced. Provide the PR or
    commit if known.]
    
    ## Testing
    
    [How was the fix verified? How was the issue missed previously? What
    tests were added?]
    
    ## Risk
    
    [High/Medium/Low. Justify the indication by mentioning how risks were
    measured and addressed.]
    akhera99 authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    75e79da View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. [release/dev17.13] Fix issue parsing for-statement initializer chain …

    …with commas and no initializers (#77350)
    
    * Fix issue parsing for-statement initializer chain with commas and no initializers
    
    * Remove unused usings
    
    * Add tests
    
    * Tweak
    
    * Clarify doc comment
    
    * Clarify doc comment
    
    * Add parsing tests
    
    * Remove unused usings
    
    * Add more tests
    
    * Update src/Compilers/CSharp/Portable/Parser/LanguageParser.cs
    
    * Update src/Compilers/CSharp/Portable/Parser/LanguageParser.cs
    
    * Add tests
    
    ---------
    
    Co-authored-by: Cyrus Najmabadi <cyrus.najmabadi@gmail.com>
    github-actions[bot] and CyrusNajmabadi authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    44ee46a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Preserve encoding during DocumentState updates

    sharwell authored and github-actions committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    76bb718 View commit details
    Browse the repository at this point in the history
  2. [release/dev17.13] Preserve encoding during DocumentState updates (#7…

    …7362)
    
    Backport of #77354 to release/dev17.13
    
    /cc @sharwell
    
    ## Customer Impact
    
    ## Regression
    
    - [ ] Yes
    - [ ] No
    
    [If yes, specify when the regression was introduced. Provide the PR or
    commit if known.]
    
    ## Testing
    
    [How was the fix verified? How was the issue missed previously? What
    tests were added?]
    
    ## Risk
    
    [High/Medium/Low. Justify the indication by mentioning how risks were
    measured and addressed.]
    sharwell authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    398aa31 View commit details
    Browse the repository at this point in the history
Loading