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

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    f89b8d3 View commit details
    Browse the repository at this point in the history
  2. fix parameter name (#7094)

    billwert authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6dd8d1a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    58c9f65 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade mono/linker (#7081)

    [main] Update dependencies from dotnet/arcade mono/linker
    
    
     - Merge branch 'main' into darc-main-c7daeaa9-149a-434b-8e58-adbd726d8077
    dotnet-maestro[bot] authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    e079fb1 View commit details
    Browse the repository at this point in the history
  3. Improve the M2M guide (#7091)

    premun authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    3aea914 View commit details
    Browse the repository at this point in the history
  4. Use ubuntu & debian instead of unix & freebsd (#7089)

    * use ubuntu & debian instead of unix & freebsd
    
    * use linux instead of ubuntu
    Anipik authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    77daa47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef56ad2 View commit details
    Browse the repository at this point in the history
  6. Some meta data was dropping, so I included it so it wouldn't get drop…

    …ped anymore (#7100)
    
    * Some meta data was dropping, so I included it so it wouldn't get dropped anymore
    
    * remove added whitespace
    
    * using tryGetValue to validate existence of data instead of containsKey
    missymessa authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    44a81ec View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Documentation update for changes to Arcade Validation (#7063)

    * Documentation update for changes to Arcade Validation
    
    * Update documentation to use best judgement about validating against bellwether repos
    
    * Update Documentation/Validation/Overview.md
    
    Co-authored-by: Ricardo Arenas <[email protected]>
    
    * Update Documentation/Validation/Overview.md
    
    Co-authored-by: Ricardo Arenas <[email protected]>
    
    * Update Documentation/Validation/Overview.md
    
    Co-authored-by: Ricardo Arenas <[email protected]>
    
    * Tweaks per code review feedback
    
    Co-authored-by: Ricardo Arenas <[email protected]>
    missymessa and riarenas authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d88b466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3c64d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Fix argument escaping when running Command (#7109)

    I found out the on Linux, commands were failing because every single one of them was escaped, so things like this would fail:
    ```
    dotnet "tool" "install" "--version" ... 
    ```
    
    I need this change for #7029
    premun authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    019356e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11222e9 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/roslyn dotnet/xharness dotnet/…

    …arcade mono/linker (#7098)
    
    [main] Update dependencies from dotnet/roslyn dotnet/xharness dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    faf3736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b80229c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    5747c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    434ef87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df09579 View commit details
    Browse the repository at this point in the history
  4. Add net472 to PackageValidation package (#7115)

    * add net472 to package
    
    * correcting the csproj
    
    * add net472 to tests
    Anipik authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    0ca849f View commit details
    Browse the repository at this point in the history
Loading