Always set RestoreUseStaticGraphEvaluation to true#52117
Always set RestoreUseStaticGraphEvaluation to true#52117sharwell merged 1 commit intodotnet:mainfrom
Conversation
|
@jmarolf If we're already setting this flag for improved restore performance in command line builds:
|
|
@sharwell NuGet/Home#9803 tracks enabling it by default. Probably it was disabled by default as it's experimental feature. |
|
|
@nkolev92 any reason for us to not merge this? |
|
Nope, as long as you do the equivalency test mentioned in the body of NuGet/Home#9803 and it passes, you are all good. |
|
Verified that equivalency test passed. |
| <CommonExtensionInstallationRoot>CommonExtensions</CommonExtensionInstallationRoot> | ||
| <LanguageServicesExtensionInstallationFolder>Microsoft\ManagedLanguages\VBCSharp\LanguageServices</LanguageServicesExtensionInstallationFolder> | ||
|
|
||
|
|
There was a problem hiding this comment.
Can we avoid blank lines before after properties in property blocks? Unless there is a comment prefer we just group them together.
|
Why didn't we delete this when merging this change? https://github.com/dotnet/roslyn/blob/main/eng/build.ps1#L270 |
The line in build.ps1 applies to pseudo-projects with broader scope than what gets applied for restore operations that occur within Visual Studio. |
Opening so we can discuss why this would or would not be desirable.
/cc @tmat @jmarolf