Steven Maillet

Results 9 comments of Steven Maillet

I found that if I change the VS build settings to disable parallel builds I can get past the log.txt in use problem. However, there are still blocking issues. (The...

As an alternative to forcing single threaded builds I realized you can add the following property to your project: ```xml Docfx-$(TargetFramework).log ``` This creates a unique log file name for...

@lextm - I don't follow that version comment, I'm not building your sample, I'm using my own and I do see that toc warning and the _api folder being generated...

Sorry for the delayed responses - I'll just say "Life interruptus". @alan-geller the entire build infrastructure is based on Powershell core, which is viable on Linux/Mac as well. It is...

This is not stale. Ignoring the issue should not auto close it. This is an ongoing issue that blocks use of docfx as described

@BreakPointSoftware I'd be interested in any solutions for reducing docs build times.

I can confirm that is a bug, (and an easy enough fix) were you planning on submitting a PR to fix it?

@aaubry - I'll have to respectfully disagree with you on the point this doesn't belong in the core library. Location information is a staple part of any parser technology. Providing...

I think this is dangerous feature as it is a shift in core functionality of YamlDotNet as an object serializer/Deserializer. Comments should have no place is such operations. YamlDotNet isn't...