-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always set RestoreUseStaticGraphEvaluation to true #52117
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. |
@@ -12,7 +12,9 @@ | |||
|
|||
<CommonExtensionInstallationRoot>CommonExtensions</CommonExtensionInstallationRoot> | |||
<LanguageServicesExtensionInstallationFolder>Microsoft\ManagedLanguages\VBCSharp\LanguageServices</LanguageServicesExtensionInstallationFolder> | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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