You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hitting F5 always re-executes a lot of msbuild targets even if nothing has changed. For this simple project, the top-level targets are :
1> 196 ms ResolveAssemblyReference 2 calls
1> 365 ms ResolvePackageDependencies 2 calls
This makes building large solutions that use cross-targeting very slow, as all dependent assemblies are partially re-evaluated. This gets worse if the number of packages installed is large.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When having a simple cross-targeted project, such as this one:
Hitting F5 always re-executes a lot of msbuild targets even if nothing has changed. For this simple project, the top-level targets are :
This makes building large solutions that use cross-targeting very slow, as all dependent assemblies are partially re-evaluated. This gets worse if the number of packages installed is large.
The text was updated successfully, but these errors were encountered: