I want to build make a .Net Console application available globally as a CLI command. I tried creating a small application, then adding the executable to my path variable. I then referenced the executable name in the console and it was not found.
I did find that I could add a custom verb through .net core, however that really isn't what I was looking for.
Any ideas?