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

Commits on Feb 24, 2022

  1. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade (#8509)

    * Update dependencies from https://github.com/dotnet/xliff-tasks build 20220223.1
    
    Microsoft.DotNet.XliffTasks
     From Version 1.0.0-beta.22119.1 -> To Version 1.0.0-beta.22123.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20220223.1
    
    Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk
     From Version 7.0.0-beta.22122.3 -> To Version 7.0.0-beta.22123.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20220224.1
    
    Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk
     From Version 7.0.0-beta.22122.3 -> To Version 7.0.0-beta.22124.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ee11c9c View commit details
    Browse the repository at this point in the history
  2. Switch GenAPI to an msbuild task for perf (#8507)

    * Switch GenAPI to an msbuild task for perf
    
    Make GenAPI an msbuild task so that it can run as part of msbuild,
    in-proc. Expose all current command line options as msbuild properties
    and also apply some additional code clean-up (auto fixes by VS).
    
    This improvements makes a dotnet/runtime build 50s faster on my machine
    when GenAPI is used during the build to produce reference sources.
    ViktorHofer authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    e44123d View commit details
    Browse the repository at this point in the history
  3. Remove last mention of TargetGroup property (#8494)

    The TargetGroup property was removed years ago but apparently this code path remained and can be cleaned-up.
    ViktorHofer authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f713662 View commit details
    Browse the repository at this point in the history
Loading