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: 4d6406f
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 70831f0
Choose a head ref
  • 13 commits
  • 22 files changed
  • 7 contributors

Commits on Jan 31, 2022

  1. Update dependencies from https://github.com/dotnet/sourcelink build 2…

    …0220129.2 (#8412)
    
    [main] Update dependencies from dotnet/sourcelink
    dotnet-maestro[bot] authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    81b63ec View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/xharness build 202…

    …20124.1 (#8413)
    
    [main] Update dependencies from dotnet/xharness
    dotnet-maestro[bot] authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    d733bc4 View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/arcade build 20220…

    …130.1 (#8414)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    a22fac5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b812f0d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Bump template localizer version (unblocks localization adoption in do…

    …tnet/winforms) (#8395)
    
    Moving to latest version of the package in order to consume dotnet/templating#4267. This unblocks adoption of the template localizer in the winforms repo. See dotnet/winforms#6319 (comment) for context on the bug being fixed.
    ladipro authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    7c9ff50 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/sourcelink build 2…

    …0220131.2 (#8419)
    
    [main] Update dependencies from dotnet/sourcelink
    dotnet-maestro[bot] authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ad901e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cd8c18 View commit details
    Browse the repository at this point in the history
  4. Continue on error for CG (#8420)

    We've come across a few cases where CG fails due to environment issues (missing .NET).
    Continue on error as this is non-critical functionality.
    mmitche authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    57e47a3 View commit details
    Browse the repository at this point in the history
  5. Remove support for NS2x runtime tfm and rename Sdk (#8418)

    dotnet/runtime was the only consumer that dependent on runtime specific
    .NETStandard tfms. Now that we are removing them with
    dotnet/runtime#64610 we can also delete the
    hacks to make them work in the TargetFramework package.
    
    Also renaming the project from
    Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk to
    Microsoft.DotNet.Build.Tasks.TargetFramework as doesn't need to be an
    msbuild sdk anymore and consuming it as a package will reduce evaluation
    time.
    ViktorHofer authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    be22d81 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Fix TargetFramework package via multiTargeting and binplace import (#…

    …8421)
    
    * Fix TargetFramework package via multiTargeting
    
    The package's props and targets files need to be imported in both the outer and the inner build. Hence, adding a buildMultiTargeting folder that redirects to the build folder.
    
    Also fixing the Binplace conditions which are now evaluated too early.
    ViktorHofer authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    82039f3 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/sourcelink build 2…

    …0220201.3 (#8422)
    
    [main] Update dependencies from dotnet/sourcelink
    dotnet-maestro[bot] authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    08812bf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    7bfb706 View commit details
    Browse the repository at this point in the history
  2. Send mobile device telemetry to Kusto (#8406)

    This starts sending telemetry to Kusto. Application Insights will be eventually deprecated.
    
    More details about this here: dotnet/core-eng#14495
    premun authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    70831f0 View commit details
    Browse the repository at this point in the history
Loading