glopesdev
glopesdev
To add one more use-case to what @KirkMunroSagent described, we have a project where releases have both a NuGet package and a project template inserting a reference to that same...
@yufeih We have been testing migrating away from using `xrefmap.json` for all .NET API types and found that certain cross-references which used to resolve with `xrefService` are not resolved unless...
@filzrev Same here on latest docfx 2.78.2+3ff9ae7a9700029e0023a7ece18a723d351f1e9b, crashes every single time when using `"memberLayout": "separatePages"`. Every time it crashes is on a separate file as expected from a true concurrency...
On further investigation, these warnings that show up for successful builds might hold a clue: ``` warning: DuplicateOutputFiles: Multiple input files would generate to the same output path overwriting each...
> Errors are resolved. after cleanup api temporary directory. @filzrev thank you so much for looking into this, I can also confirm that this resolves the problem in my case!...
@verdie-g @StefH We are also experiencing unreasonably large CPU spikes on initialization. Is there any reason why all assemblies in the AppDomain are scanned by default? It seems weird to...
> I've tried to reproduce reported issue. > But it can't be reproduced on my environment. @filzrev I am not sure I understood whether or not you were able to...