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 project type GUID added when the .NET CLI manipulates an SLN file #741

Conversation

DustinCampbell
Copy link
Contributor

The .NET CLI offers commands to add and remove projects from an SLN file (e.g. dotnet sln Solution1 add Project1.csproj). When it does this, it uses a different project type GUID which we need to support in OmniSharp.

cc @blackdwarf

Copy link

@blackdwarf blackdwarf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the GUID. :)

@blackdwarf
Copy link

@DustinCampbell nice, I wanted to do this tonight. :)

@DustinCampbell
Copy link
Contributor Author

I have harder deadlines than that. 😄

@DustinCampbell
Copy link
Contributor Author

I want to get this one in so we can kick off a build for a new OmniSharp release.

@blackdwarf
Copy link

Got it. That is the GUID we use, so looks fine to me. Can't wait for the VSIX to try it out. 😄

@DustinCampbell DustinCampbell merged commit f4c2c36 into OmniSharp:dev Jan 31, 2017
@DustinCampbell DustinCampbell deleted the fix-projects-in-solutions-modified-by-CLI branch February 2, 2017 19:20
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.

3 participants