eNeRGy164 / LivingDocumentation

Generate documentation based on your dotnet source code!
MIT License
54 stars 8 forks source link

json output not reliable #25

Closed smeulend closed 4 years ago

smeulend commented 4 years ago

The generated output file does not always result in the same json file. It seems certain type descriptions are missing. In case something is wrong it is better to let it fail rather than continuing with incomplete data.

eNeRGy164 commented 4 years ago

Hi, Thanks for reporting this. If you can provide any form of (reproducible) example, it would help me investigating this.

SierraNL commented 4 years ago

Looking a little into this issue, could the caused be the buildalyzer library? Since they are having an issue related to missing output (on Linux): daveaglick/Buildalyzer#134

eNeRGy164 commented 4 years ago

This looks promising indeed, also: https://github.com/daveaglick/Buildalyzer/issues/138

daveaglick commented 4 years ago

Buildalyzer 3.0.1 is now rolling out to NuGet and should (hopefully) resolve this issue. If you get a chance to try it out, please let me know if it resolves the problem.

eNeRGy164 commented 4 years ago

@daveaglick After having it in a build pipeline on Linux for a couple of weeks, I conclude the issues are fixed.