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

Commits on Feb 11, 2022

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

    …et/sourcelink (#8460)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    b30863a View commit details
    Browse the repository at this point in the history
  3. add workaround for #8461 (#8463)

    Ricardo Arenas authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a50e5e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Allow trimming out incompatible ProjectReferences (#8459)

    * Allow trimming out incompatible ProjectReferences
    
    Today filtering out incompatible inner builds happens in outer builds via hooking the DispatchToInnerBuild target. This works well when your project multi-targets and actually has an outer-build but for single target framework projects filtering isn't possible that way. Instead for traversal builds filter via the ResolveP2PReferences target.
    
    Also removing the RawTargetFrameworks attribute on ProjectReferences as it isn't required anymore as the TargetFrameworks attribute contains everything needed for the best target framework selection.
    ViktorHofer authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    ff6cc4e View commit details
    Browse the repository at this point in the history
Loading