lijunle / Vsxmd

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

Nothing happens in VS2022 for .NET Core App #100

Open johnholliday opened 2 years ago

johnholliday commented 2 years ago

Following the instructions to install via Nuget. Rebuilding the project produces no output.

NLKNguyen commented 1 year ago

Did you turn on the document file generation and set the XML Document File Path in the project properties? If you don't specify, it will generate a .md in the build directory. I like to keep it in the project source directory, e.g. $(MSBuildProjectDirectory)\API.xml, the output will be API.md next to the XML file.

image

LeroyStaines commented 1 year ago

Same issue here. Tried the suggestion above. Only the XML file is generated, not the MD.

jeffpatton1971 commented 8 months ago

FWIW this is still an issue, .net 7 class library project, I get the generated XML but no associated MD document.