Joel Martinez

Results 89 comments of Joel Martinez

For the `-whatif` option, we'd need some form of doing the diffs (in order to show what changed) ... There are [a number of `diff` libraries](http://nugetmusthaves.com/Tag/diff) available, but does anyone...

hah! honestly, I'd literally never even seen that mdoc command (I've been focused on `update` and `assemble` commands :P ). [Yes](https://github.com/mono/api-doc-tools/blob/42950d5b1af0b7107118a0ef8f4e74218cc1dfba/mdoc/Mono.Documentation/normalize.cs#L7) this does accomplish part of what has been requested...

oh, _womp womp_ ... that command, while present in the codebase, isn't even [added as a subcommand](https://github.com/mono/api-doc-tools/blob/42950d5b1af0b7107118a0ef8f4e74218cc1dfba/mdoc/Mono.Documentation/monodocer.cs#L419) when the application is initialized. That might explain why I'd never noticed it...

There was a similar request for iOS, to allow searching by message signature ... as in this case, this information is enshrined in an attribute on the member. My original...

@dend this was a pre-existing bug discovered during development. Do you want to make this a part of milestone#3, or address at a later date?

@mpMelnikov Actually ... this is a really good question. For attributes applied to members, we maintain them separately because they are just appended on the front-end. However, for parameters it...

That's a really good point ... it's definitely not a small/simple task

@cartermp yeah, this came up when we were first developing the F# signatures ... am I incorrect in thinking that the units of measure is entirely a compile-time signifier? If...

Ok, I took a look at this, and it seems like the newer version of nunit changed something about the way paths are resolved (maybe the default working directory, or...

@mhutch ok, fair enough ... then could it perhaps be decoupled from upgrading nunit (assuming that was the change that otherwise broke the unit tests)?