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

Commits on Jul 29, 2021

  1. Add Validation documentation (#7669)

    * Add first attempt of Validation documentation
    
    * Add some more
    
    * add trailing new line
    
    * Clean up a thing or two
    
    * First bit responding to comments
    
    * Address the rest of the comments
    michellemcdaniel authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ce7357e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. add terminfo-db to FreeBSD package requirements (#7588)

    * add terminfo-db to FreeBSD package requirements
    
    * runtime can use terminfo under FreeBSD but only with this additional package
    * from feedback: dotnet/runtime#55152 (comment)
    
    * fix typo, bump FreeBSD12, remove lttng-ust from it
    
    lttng-ust removable depends on dotnet/runtime#56435 merge
    
    * lttng-ust needs to stay
    
    * add FreeBSD13, add support for FreeBSD ABI
    
    also: use -j $JOBS during build while we are here
    Thefrank authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    093cd72 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Move VerifyClosure tasks into M.D.PackageTesting (#7692)

    As we plan to deprecate the M.D.B.Tasks.Packaging project in the future,
    moving the tasks into the PackageTesting project.
    
    Fixes #7474
    ViktorHofer authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a50c276 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    68095e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a36a8 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks do…

    …tnet/arcade mono/linker (#7691)
    
    [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    cd03aae View commit details
    Browse the repository at this point in the history
  4. Update dotnet sdk (#7697)

    * Update dotnet SDK to latest published in an effort to improve package restore reliability.
    
    * Update aspnetcore runtime version check
    
    Co-authored-by: Matt Galbraith <mattgal@microsoft.com>
    garath and MattGal authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    9fc83fb View commit details
    Browse the repository at this point in the history
Loading