Namotion.Reflection icon indicating copy to clipboard operation
Namotion.Reflection copied to clipboard

Make GetXmlDocsPath public and inheritdoc cref= functionality

Open erichiller opened this issue 3 years ago • 3 comments

  • Make GetXmlDocsPath public
  • add additional functionality for cref= inheritdoc
  • added .editorconfig reflecting existing formatting styles

erichiller avatar Jun 04 '21 11:06 erichiller

Thanks for the PR. Please clean up unused spaces and use the code style already used in the project (e.g. { on new lines) and remove the editorconfig (we use VS defaults).

RicoSuter avatar Jul 13 '21 13:07 RicoSuter

@erichiller @RicoSuter are there any updates with this PR? I faced the same issue with the non-working <inheritdoc> tag when it contains cref inside.

dropsonic avatar Nov 12 '21 17:11 dropsonic

In order to merge this PR:

  • Please add unit tests for the new functionality
  • Please revert the code style changes and editorconfig
  • Fix conflicts

RicoSuter avatar Nov 29 '21 15:11 RicoSuter