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

Commits on Mar 23, 2021

  1. Exp/serializable projectevaluation (#6262)

    Serializable project evaluation related changes
    arunura authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a4e26e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf0b0c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Remove unused GetAllGlobs override in ProjectLink (#6293)

    Fixes #
    Perf ddrits regression in ProjectServices implementation of this.
    
    Context
    This GetAllGlobs override is unused anymore since CPS has been changed to use the GetAllGlobs(evaluationContext)
    
    Changes Made
    Remove newly added GetAllGlobs override.
    arunchndr authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    afd0b62 View commit details
    Browse the repository at this point in the history
Loading