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

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    1e5d0e0 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/sourcelink build 2…

    …0211108.5 (#8161)
    
    [main] Update dependencies from dotnet/sourcelink
    dotnet-maestro[bot] authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    bb0f6c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. update documentation (#8163)

    * update documentation
    
    * review comments
    epananth authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f9b1688 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#8165)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ccb92e9 View commit details
    Browse the repository at this point in the history
  3. Add a simple script to set value of secrets to be the identical (#8091)

    We have some unnecessary duplication of secrets, and the secret manager doesn't have a great way to handle this today.
    mmitche authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    31cecde View commit details
    Browse the repository at this point in the history
  4. Use the source directory as the working directory for running sdl (#8167

    )
    
    We were using the "working directory," which is one level up from the SourceDirectory passed in. This meant that we were unintentionally getting the .gdn directory and anything else that may be laying around on the machine as part of our working directory. In the Validate-DotNet pipeline, it meant we were scanning more than we were meaning to scan.
    
    This change adjusts our call to run-sdl to use the SourceDirectory (ie what we actually WANT to scan) as the working directory.
    michellemcdaniel authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6818f9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0750fc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. 2 Configuration menu
    Copy the full SHA
    fd5a907 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Refactor out the CoreCLR configuration detection so we can re-use it …

    …in dotnet/runtime without having to copy it. (#8176)
    
    * Refactor out the CoreCLR configuration detection so we can re-use it in dotnet/runtime without having to copy it.
    
    * Update src/Microsoft.DotNet.XUnitExtensions/src/Discoverers/SkipOnCoreClrDiscoverer.cs
    jkoritzinsky authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    16988fc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    463f440 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/roslyn build 20211…

    …111.4 (#8179)
    
    [main] Update dependencies from dotnet/roslyn
    dotnet-maestro[bot] authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    6a930c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. [main] Update dependencies from dotnet/xharness dotnet/sourcelink (#8171

    )
    
    [main] Update dependencies from dotnet/xharness dotnet/sourcelink
    dotnet-maestro[bot] authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6bfcfa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    801fbc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    991fe00 View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/sourcelink build 2…

    …0211115.1 (#8186)
    
    [main] Update dependencies from dotnet/sourcelink
    dotnet-maestro[bot] authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    7a5974b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02f8d69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2825ce5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Remove Arcade workaround added for WPF temporary projects prior to WP…

    …F PackageReference support (#8193)
    
    Co-authored-by: Ryland <41491307+ryalanms@users.noreply.github.com>
    JoeRobich and ryalanms authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    53cc1bc View commit details
    Browse the repository at this point in the history
Loading