Joel Martinez
Joel Martinez
Ok, so I've written [some unit tests](https://github.com/mono/api-doc-tools/blob/mdoc-signatures-fix/mdoc.Test/FormatterTests.cs#L15), against [this check](https://github.com/mono/api-doc-tools/blob/master/mdoc/Mono.Documentation/monodocer.cs#L2911) to ensure we don't document private members. Unfortunately, this code seems to be behavior as expected. The private constructor (that...
@dend, I haven't had a chance to address it yet ... I will probably resume this task tomorrow
Upon further review ... I think we should just *remove the Name attribute*. If we're not using it, then we should just accept the defacto standard that all existing scripts...
Github asks you to avoid linking directly to files for "production" use ... so if we were going to do this, we'd want to host these XSD files somewhere.
@mairaw This source has since been changed to: ```xml System.Runtime.InteropServices.ClassInterface(0) ``` So it's no longer showing as using an empty constructor ... is the value `0` correct, though?
@riverar awesome, thanks for looking that up :) So it's "correct" now, but for some reason that enum value lookup didn't work (that's the only reason for the 'duplicate'). I'll...
@jonpryor Can you give me a little bit of guidance on how we might consume this dependency? Are we using this [C# port of Jay](https://github.com/mono/mono/tree/0bcbe39b148bb498742fc68416f8293ccd350fb6/mcs/jay), in the mono repo? If...
Will inspect the list later, but it looks like there's a few: http://nugetmusthaves.com/Tag/grammar
@dend I've removed this from the [v5.0 Preview], because #17 has also been removed from that milestone in lieu of #35. This work item will only need to be implemented...
this is a great idea ... it's common for teams that do extracurricular XML processing on the EcmaXML, to simply run `mdoc update` multiple times in order to accomplish this...