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

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    9c86377 View commit details
    Browse the repository at this point in the history
  2. Update ArPow build to build with current TFM (#7674)

    * Update TFM to net6.0
    
    * Exclude test projects from source-build
    
    * Remove net472 TFM
    
    * Use property instead of hardcoded version
    
    * EscapeUriString is obsolete.  Change to EscapeDataString
    
    * Revert "EscapeUriString is obsolete.  Change to EscapeDataString"
    
    This reverts commit e38710b.
    
    * Add NoWarn for SYSLIB0013
    
    Don't warn on SYSLIB0013 - Uri.EscapeUriString() is obsolete.
    This is marked obsolete for net6.0 and changing it to
    Uri.EscapeDataString() changes behavior.  Ignore the warning.
    
    * Update build tasks to fully qualify base class
    
    Because of the update to net6, implicit namespace support
    is causing a conflict  when using Task as a base class.
    
    * Fix one too aggressive search/replace
    dseefeld authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    f478e09 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    761d2e6 View commit details
    Browse the repository at this point in the history
  2. Update to SDK that understands NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY (#…

    …7814)
    
    Update to an SDK that understands NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY, and set some values in common entry points (validated in binlogs)
    
    Users who need these values set from non-arcade execution paths can set them globally via yaml or their own scripts.
    MattGal authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    ca8ebd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    75af908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1fbd8 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono…

    …/linker (#7816)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    b0aeac9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    923c95e View commit details
    Browse the repository at this point in the history
Loading