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
* Moves from the legacy TaskProvider error list to the free threaded IErrorList
* Warnings/errors are no longer logged from the UI thread
* Optimized logging to only move to the UI thread when needed, this shows a 3x perf improvement in some scenarios
* Restore no longer clears warnings/errors from other parts of Visual Studio
FixesNuGet/Home#4640FixesNuGet/Home#4774
Actual:
Restore clears warnings and errors in the error list logged by build and other extensions.
Expected:
Restore only clears NuGet related warnings/errors.
The text was updated successfully, but these errors were encountered: