-
Notifications
You must be signed in to change notification settings - Fork 416
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
Support for configurations remapping in solution files #1835
Conversation
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.
I think the changes here make sense, going to see if there is any other feedback along those lines however.
{ | ||
if (!localProperties.TryGetValue(PropertyNames.Platform, out string solutionPlatform)) | ||
{ | ||
solutionPlatform = "Any CPU"; |
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.
I wonder if there are any other alternate values for Any CPU we should be aware of?
Also rename `ConfigurationsInSolution` > `SolutionConfiguration`
Conflicts: src/OmniSharp.MSBuild/ProjectFile/ProjectFileInfo.cs src/OmniSharp.MSBuild/ProjectLoader.cs
@JoeRobich @filipw thoughts? |
LGTM |
Solves #1828