Martin Zarate
Martin Zarate
It looks like he fixed the bug of exclusive mode but never actually made a release for the fix. There are some forks of this project that fix it, btu...
I need this as well. I've got a simple generic multiplexer/demultiplexer that turns a list of type `List` (with possible subclasses `Subclass1`, `Subclass2`, `Subclass3`) into a list of demuxed objects...
Ideally I'd want the reverse - when I run "format" it would convert ```md 1. a 1. b 1. c ``` to ```md 1. a 2. b 3. c ```...
I just noticed we have the same bug. It's occasionally showing commits, but mostly not. For example, I can see a smattering of my own commits but cannot view the...
Yeah, I've often hand-rolled VSTS API queries for "comments on other developer's PRs" to see which developers are contributing to our pull-request process, even if they're not final approver this...
Which version are you running?
Good find. I'll see if I can fix this. If I don't get to it, patches are welcome.
Not at this time. Pull-requests welcome - I know there's some way to make nuget targets configurable but I haven't figured out how.
InheritDoc is a 3rd party one isn't it? Implementing this would be quite tricky as the generator currently only reads the generated XML file and doesn't go digging into other...
Hah, yeah. Part of the reason is that it was really just a rather oddly-factored snippet I grabbed off of gist and started cleaning up and bolting on features that...