Skip to content
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

Extend assembly loading warning to check for non-MSBuild but implicit dependencies like S.T.J and the SLNX library #322

Open
baronfel opened this issue Jan 7, 2025 · 0 comments

Comments

@baronfel
Copy link
Member

baronfel commented Jan 7, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants