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

Split out `core` to be used from Visual Studio code as executable or MS Build task #1

Closed dzmitry-lahoda closed 4 years ago

dzmitry-lahoda commented 6 years ago

I do not see how I can use tool in my VS Code only workflow. I would be good to have

Other people seems consider tool not usable for them either https://github.com/OrleansContrib/SignalR.Orleans/issues/19#issuecomment-431826165

dadhi commented 6 years ago

May be we can create a content based nuget package with .props file to do both transformation and cs -> md nesting. Hard to tell will it work without experimentation.

dadhi commented 4 years ago

Made it into CLI tool that can be used in a task, see readme.