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

Commits on Apr 5, 2021

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

Commits on Apr 6, 2021

  1. Build tasks for optional workload generation/authoring (#7169)

    * Build tasks for optional workload generation/authoring
    
    * PR feedback
    joeloff authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    0457d51 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade mono/linker (#7193)

    [main] Update dependencies from dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    a0ae8dc View commit details
    Browse the repository at this point in the history
  3. Switch argument order in SkipOnPlatformAttribute (#7192)

    While looking at doing the conversion in dotnet/runtime after #7184 I noticed that having the reason argument reads weird, it's better to have the platform as the first argument so it reads more like a sentence.
    
    E.g. instead of
    
    ```csharp
    [SkipOnPlatform("System.Net.Security is not supported on this platform.", TestPlatforms.Browser)]
    ```
    
    we have
    
    ```csharp
    [SkipOnPlatform(TestPlatforms.Browser, "System.Net.Security is not supported on this platform.")]
    ```
    
    Also allow multiple attributes since the skip reason can be quite different between platforms.
    akoeplinger authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    b0eeb27 View commit details
    Browse the repository at this point in the history
  4. [AsmDiff]Added Localized Content for markdown header and Language Opt…

    …ion (#7173)
    
    * Added Localized Content for markdown header and Language Option
    
    * Applied changes from ericstj@fd5f861
    Herrmel authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    680ab44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcd74d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Update dependencies from https://github.com/mono/linker build 2021040…

    …6.1 (#7198)
    
    [main] Update dependencies from mono/linker
    dotnet-maestro[bot] authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    603a90e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a55a93c View commit details
    Browse the repository at this point in the history
  3. Try to add ldap libraries to the docker images. (#7197)

    * try to add ldap libraries.
    
    * fixes
    
    * Update eng/common/cross/build-rootfs.sh
    
    Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
    
    Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
    Sergey Andreenko and am11 authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    44f0c7b View commit details
    Browse the repository at this point in the history
  4. Update preview flow setup (#7202)

    - Add emsdk (flows to aspnetcore)
    - Remove extensions (no longer active in main)
    mmitche authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4fe80a5 View commit details
    Browse the repository at this point in the history
  5. Small cleanup and send aka.ms link prefix for stable (#7203)

    Stable builds were not sending the aka.ms link prefix. I think this is safe, now that all the blobs are unique, and typically these are internal anyway.
    Also, combine NonStableInternalFeeds and NonStablePublicFeeds into one method, as they were basically identical, aside from one tweak around symbols
    mmitche authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    86aee6d View commit details
    Browse the repository at this point in the history
Loading