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

[FEATURE] Make it available as nugget package #28

Open
AlmarAubel opened this issue Jan 13, 2023 · 1 comment
Open

[FEATURE] Make it available as nugget package #28

AlmarAubel opened this issue Jan 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@AlmarAubel
Copy link

Is your feature request related to a problem? Please describe.
Currently I'm working on a project where we want to analyse the project dependencies. We would like to integrate this package in our console app so we can further analyse the depency graph of dependence. This not possible because Dependensee is currently only available as a dotnet tool in nugget.

Describe the solution you'd like
It would be nice if we could directly add this package to our project instead of using the tool.

Describe alternatives you've considered
Currently we copied this source code into our project. But we would like to directly reference this project and stay up to date.

@AlmarAubel AlmarAubel added the enhancement New feature or request label Jan 13, 2023
@madushans
Copy link
Owner

As a short-term solution, you could also run the tool with -OutputType Json switch which will write a json file. ConsoleJson writes the result to stdout if you don't want to deal with the filesystem.

I can work on taking things apart so the functionality is available as a package, and the dotnet tool can then use the same package as its core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants