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

Project json support #118

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Project json support #118

wants to merge 6 commits into from

Conversation

JoshVarty
Copy link
Contributor

Do not merge: This is a work in progress and does not build.

I've begun work on adding project.json and omnisharp.json support to fix #117

We need to wait for ProjectJsonWorkspace and Microsoft.DotNet.ProjectModel.Workspaces to become available for the full framework. Currently it's only targeting dnxcore50 so NuGet won't let me include it.

_workspace = MSBuildWorkspace.Create();
_workspace.WorkspaceFailed += _workspace_WorkspaceFailed;
_solution = _workspace.OpenSolutionAsync(solutionPath).Result;
var workspace = MSBuildWorkspace.Create();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've also just noticed that I've not hooked up the workspace failed event.

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

Successfully merging this pull request may close these issues.

Make SourceBrowser work with project.json repositories
1 participant