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

Support for configurations remapping in solution files #1835

Merged
merged 16 commits into from
Sep 1, 2020

Conversation

deitry
Copy link
Contributor

@deitry deitry commented Jun 13, 2020

Solves #1828

@dnfadmin
Copy link

dnfadmin commented Jun 13, 2020

CLA assistant check
All CLA requirements met.

Copy link
Member

@david-driscoll david-driscoll left a 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";
Copy link
Member

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?

@david-driscoll
Copy link
Member

@JoeRobich @filipw thoughts?

@filipw
Copy link
Member

filipw commented Aug 4, 2020

LGTM

@JoeRobich JoeRobich merged commit 433dd17 into OmniSharp:master Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants