red-gate / XmlDoc2CmdletDoc

Create cmdlet XML help files from XML doc comments
Other
64 stars 24 forks source link

Implement support for dynamic parameters utilizing RuntimeDefinedParameterDictionary #49

Closed lordmilko closed 5 years ago

lordmilko commented 5 years ago

Issue #48

I have tested this against my project's module which uses IDynamicParameters in a number of locations. The changes work quite well! I have attempted to follow the existing style of the XmlDoc2CmdletDoc code base; please let me know if there are any changes you would like to have implemented

ChrisLambrou commented 5 years ago

Hi! Many thanks for this PR. I've had a quick read through and it all looks sensible to me. Hopefully I'll be able to find time later today (I'm based in Cambridge, UK) for a more detailed examination, and then hopefully get it merged.