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

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    dba2627 View commit details
    Browse the repository at this point in the history
  2. [release/9.0] Update NuGetRepack to only update version of dependenci…

    …es from the build (#15811)
    
    Since merging roslyn-analyzers into the roslyn repo, Roslyn packages have been generated that include a dependency on Microsoft.CodeAnalysis.Analyzers (a roslyn-analyzer package) with the wrong version. The packages should depend on version 3.11.0 of the M.CA.Analyzers package but the nuspec is being rewritten to require a M.CA.Analyzers package from the same build. This behavior is due to NuGetRepack only using the package name to determine whether to update a dependency version. This PR additionally validates that the dependency version is from the current build prior to updating.
    
    Co-authored-by: Joey Robichaud <[email protected]>
    github-actions[bot] and JoeRobich authored May 5, 2025
    Configuration menu
    Copy the full SHA
    1cfa39f View commit details
    Browse the repository at this point in the history
Loading