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
The warning/checks that tell users when there is ambiguous assembly loading is a great safety net, but it doesn't help users with dependencies that are implicitly provided by the MSbuild host - for example System.Text.Json and Microsoft.VisualStudio.SolutionPersistence. We should consider expanding our check here to see if we can help users understand when they are (incorrectly) attempting to load dependencies that the host has already loaded.
The text was updated successfully, but these errors were encountered:
The warning/checks that tell users when there is ambiguous assembly loading is a great safety net, but it doesn't help users with dependencies that are implicitly provided by the MSbuild host - for example System.Text.Json and Microsoft.VisualStudio.SolutionPersistence. We should consider expanding our check here to see if we can help users understand when they are (incorrectly) attempting to load dependencies that the host has already loaded.
The text was updated successfully, but these errors were encountered: