lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
215 stars 51 forks source link

Doesn't work on macOS #47

Closed micdah closed 6 years ago

micdah commented 6 years ago

Seems to be limited to Windows only, as it requires the execution of vsxmd.exe?

If the program is a .Net application, it might be made to run on macOS by using mono?

micdah commented 6 years ago

I have confirmed that running using mono seems to work, example:

mono ~/.nuget/packages/vsxmd/1.3.1/tools/Vsxmd.exe bin/Debug/netstandard2.0/SlackWebhook.xml ../SlackWebhook.md
micdah commented 6 years ago

Created #48 which I think should work, though I have not tested it

lijunle commented 6 years ago

Will .Net Core help here?

micdah commented 6 years ago

Maybe, probably - assuming the target will run via dotnet command, it ought to be cross platform

saleslessa commented 6 years ago

Thank you for your feedback. I'm working on this issue and in next days I'll release a new version with this solved. Just a remark: for now this package has no compatibility with .NET Core

saleslessa commented 6 years ago

Hi, Version 1.3.3 contains this fix.

Thank you.