lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
217 stars 52 forks source link

Doesn't appear to be working with .Net Core. #32

Closed roydukkey closed 6 years ago

roydukkey commented 8 years ago

Has this been tested with .Net Core (w/ project.json)? Maybe it would be beneficial to provide usage documentation that would allow manually providing an .xml file to the processor.

lijunle commented 8 years ago

Reference this line: https://github.com/lijunle/Vsxmd/blob/master/Vsxmd/targets/Vsxmd.targets#L4

The EXE can be found from the packages folder.


I have no idea about how .Net project.json works. Can they consume .target build file?

roydukkey commented 8 years ago

No. It doesn't appear to use them. http://stackoverflow.com/questions/34922728/whats-the-equivalent-of-nuget-targets-file-in-net-core

lijunle commented 8 years ago

It needs time to learn their way. Does the manual EXE script unblock you?

roydukkey commented 8 years ago

Yes. I was able to download and compile the exe. It ran without issue. Thanks.

lijunle commented 8 years ago

Aha, you can download the .nuget file from the NuGet page, unzip it and get the EXE out of it. Anyway, good to hear that you are unblocked.