dadhi / CsToMd

Visual Studio extension and Dotnet CLI Tool to generate the Markdown Docs from the C# Tests keeping your Docs and Tests in sync!
MIT License
36 stars 4 forks source link

Cannot find custom tool 'CsToMd' on this system #5

Closed Nednilrev closed 4 years ago

Nednilrev commented 4 years ago

I would love to try out your nifty extension, because it looks very promising, but I get the above error message. Installed CsToMd via the extension manager in Visual Studio 2019 Professional. Everything looks fine, but for the fact that it doesn't work. All the files seem to be present on my system. I thought my company antivirus might be interfering, but all other extensions work fine. Attached is the installation log. dd_setup_20200811163223_002_CsToMd.13e98d61-1f50-4acd-8e25-099cf4b733f3.log Thanks in advance for any advice. Update: I've tried it on another file, and now the md file IS created, so that's good. HOWEVER, the MD file contains everything in the cs file, and not just the info that is between /md md/ tags Update: OK, I figured out that the output is supposed to contain not only the info between the tags, but everything included in the cs file. Should have read the documentation better. Closing this ticket.

dadhi commented 4 years ago

Cool! Interesting to see what will be your feedback.