Seb Nilsson
Seb Nilsson
Hello @kzu The idea is that the tool acts like many other .NET Global Tools and work on a per-project-basis. So if the command is run in a folder and...
Hello again @kzu. Sorry for the slow response. I started exploring the concept of a recursive `-r`-parameter, but I find it doesn't make sense. If you have a reasonable sized...
The implementation should not be too hard, but does it make sense to recursively look through all folders, down the line in a normal sized repository, to see if there...
I think all the .NET Global Tools that I've used work on folders, `.sln`-files, and/or `.csproj`-files, not recursively from an arbitrary folder. But again, I'm up for the pure problem-solving...
> Does this tool know to avoid the bin directories that are sometimes within `node_modules`? It does not. It's not a scenario I've thought about. I would have to come...
Technically, it's not hard to solve, but to expose the functionality in an understandable way in this tool is another matter.
@stanac Thanks for creating this PR. The only problem I see is that it introduces a new package (and with it, other packages downstream) that is not really kept up...
> It would be great if we had an option to copy to clipboard after generating guid(s). > > E.g. calling `dotnet-guid -c` or `dotnet-guid --copy` could generate a GUID...
Sorry for the delay @stanac. It's been busy and time flied. I don't want to add more dependencies to this package, given that it should be easy in most terminals...