-
Notifications
You must be signed in to change notification settings - Fork 1.1k
reference-list: Expand includes #49168
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
Conversation
This uses the same method as sln-add |
Missed in our May redistribution. @MiYanni mind taking a look at finishing this off? |
… a test that doesn't work because dotnet add reference doesn't evaluate input. Fixed name of VS shortcut to match sdk.slnx on disk. Fixed arrangement of projects in sdk.slnx.
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.
Looks good!
…ia XML editing to the test, so it passes properly.
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.
TY for getting this closed out!
Fixes #49127
Currently, the command lists references without evaluating them, resulting in MSBuild syntax showing up in the command result.
This attempts to fix that.