lijunle / Vsxmd

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

In .net core skipped task because DocumentationFile='' #33

Closed JuanZamudioGBM closed 5 years ago

JuanZamudioGBM commented 6 years ago

Building in .net core the output shows this message

Task "Error" skipped, due to false condition; ( '$(DocumentationFile)' == '' ) was evaluated as ( 'obj\Debug\netstandard2.0\MyFile.xml' == '' ).

In .net core you don't have to add the name of the documentation file, you just need true to generate the xml file.

At the end the file was generated inside obj\Debug\netstandard2.0 but it would be nice to get the md file in the same directory as the xml file

lijunle commented 6 years ago

@JuanZamudioGBM I am sorry that I have not tested the tool in .Net Core. If you want to hack it, you are welcome!

lijunle commented 5 years ago

@JuanZamudioGBM Hello, I am not sure if you still using this project. I have some news about .Net Core. The current master branch and CI build is support .Net Core now. The .targets file is basically written. Could you please help on testing it?

lijunle commented 5 years ago

Now, .Net Core projects are officially supported as of v1.4.1. Please check it.