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

Add cli tool support to .net proj files #419

Merged
merged 1 commit into from
Dec 28, 2017
Merged

Add cli tool support to .net proj files #419

merged 1 commit into from
Dec 28, 2017

Conversation

xt0rted
Copy link
Member

@xt0rted xt0rted commented Dec 27, 2017

This expands the existing .net proj file linking to also support cli references via DotNetCliToolReference.

The tests are passing locally, but as per #418 I'm unable to build & test it myself 😞

An example of where this would work is https://github.com/aspnet/DotNetTools/blob/3c20e7c45beb5d45547b549964a3da83b2e8303e/samples/dotnet-watch/LaunchAnyCommand/LaunchAnyCommand.csproj#L6-L10

@xt0rted
Copy link
Member Author

xt0rted commented Dec 27, 2017

It looks like the same error/warning is happening on Travis & AppVeyor, but those builds continue on instead of erroring out like my local build.

@xt0rted
Copy link
Member Author

xt0rted commented Dec 28, 2017

yarn build works now and the error/warning is gone. yarn chrome-open is still broke but that's a separate issue.

@josephfrazier
Copy link
Member

This looks great! Thanks for including a link to the relevant documentation, as well as an example URL. Those made it really easy to understand/test.

@josephfrazier josephfrazier merged commit 598feaf into OctoLinker:master Dec 28, 2017
@xt0rted xt0rted deleted the moar-dotnet-proj-support branch December 28, 2017 03:01
@stefanbuck stefanbuck mentioned this pull request Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants