Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.
MIT No Attribution
157 stars 26 forks source link

No document is generated after project build #153

Open ankushmadankar opened 8 months ago

ankushmadankar commented 8 months ago

Discussed in https://github.com/Doraku/DefaultDocumentation/discussions/152

Originally posted by **ankushmadankar** December 27, 2023 I have created fresh project and install Default Document [nuget ](https://www.nuget.org/packages/DefaultDocumentation) latest package (Version="0.8.2"). Updated the csproj file with following PropertyGroup ``` .. true Documentation\Api ``` then I build soultion inside Visual Studio (Version 17.8.3) and no document is created. I am expecting .md file at location `BuildLocation\Documentation\Api`. Anything I am missing? Everything seems working with version 0.8.1. Attached sample project [DefaultDocumentationTest.zip](https://github.com/Doraku/DefaultDocumentation/files/13776153/DefaultDocumentationTest.zip)
jeffpatton1971 commented 7 months ago

FWIW I'm facing this issue as well, .net 7 classlibrary project, I get the XML output but not the associated MD

ankushmadankar commented 7 months ago

FWIW I'm facing this issue as well, .net 7 classlibrary project, I get the XML output but not the associated MD

Couple of workaround worked for me:

  1. Make use of 0.8.1 version.
  2. Clone repo create local nuget and use that nuget if latest version is required.