Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Adds support for opening project files. #22

Merged
merged 1 commit into from
Jan 14, 2015
Merged

Adds support for opening project files. #22

merged 1 commit into from
Jan 14, 2015

Conversation

nslottow
Copy link
Contributor

Before the tool could only operate on a solution.

await workspace.OpenSolutionAsync(solutionFilePath, cancellationToken);

string extension = Path.GetExtension(projectOrSolutionPath);
if (extension == ".sln")

This comment was marked as spam.

@jaredpar
Copy link
Member

👍 LGTM

@jaredpar
Copy link
Member

As a part of checking this in could you also update readme.md to have the new command line usage as well?

@nslottow
Copy link
Contributor Author

Will do.

@ellismg
Copy link
Contributor

ellismg commented Jan 14, 2015

LGTM to me as well, thanks for doing this. Makes things much easier!

@jaredpar
Copy link
Member

Indeed. I was actually going to come around later tonight and add this very feature. Now I can just use it :)

Before the tool could only operate on a solution.
nslottow added a commit that referenced this pull request Jan 14, 2015
Adds support for opening project files.
@nslottow nslottow merged commit cf4b485 into dotnet:master Jan 14, 2015
@nslottow nslottow deleted the support-opening-projects branch January 15, 2015 02:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants