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: 0890ca0851
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9983e548f
Choose a head ref
  • 7 commits
  • 16 files changed
  • 5 contributors

Commits on Nov 14, 2025

  1. Refactor vsRequirements assignment logic in tools.ps1

    Because 17.14 went stable, we needed a way to run vswhere, find the VS node, and enable preview SDKs. Noah found a way to do this but he had to modify tools.ps1 because the SDK repo didn't have a VS node in our global.json
    
    https://github.com/dotnet/sdk/pull/51558/files#diff-72b8f8e899b94872c6ead31fd06ec109da15bcb9ad2af6e78103d6763a31c637
    
    Porting his change here to see if folks want this centrally. Alternatively, I'm trying adding the vs node to global.json to see if it unblocks us.
    marcpopMSFT authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    a63973c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. [release/9.0] Update dependencies from dotnet/xharness (#16382)

    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    26b0a90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92e45d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. [release/9.0] Update dependencies from dotnet/arcade (#16387)

    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    5dba308 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Configuration menu
    Copy the full SHA
    79824ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80fc5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9983e5 View commit details
    Browse the repository at this point in the history
Loading