Replies: 2 comments
-
I can answer this for the 3.0.0 alpha branch. There it would be very easy, as the architecture of the application simply uses the Program.cs to bind things together. Pull Reuqests moving towards this direction are very welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using the tool to scan a lot of code repositories for my organization for license issues.
I've built a dotnet executable, which in turns runs the dotnet-project-licenses tool, with a json output, and then, consumes this json file.
I was wondering how hard it would be, on top of the tool exposition, to build a separate (or not ?) nuget, exposing an api to retrieve the information about licenses directly, without creating a separate process ?
(I assume it would be mainly a question of code separation between the "tool" exposition, and the underlying code, but I might be wrong about this...)
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions