FSharp.Formatting icon indicating copy to clipboard operation
FSharp.Formatting copied to clipboard

API Docs when a function has a params parameter

Open magesoe opened this issue 7 years ago • 1 comments

Error is: FSharp.Formatting Error: 0 : Error while building member-name for DG.Tools.XrmMockupBase.CreateUser because: the type '[]`1' does not have a qualified name

All functions with a params parameter fails with this error, the function definition could look like this: public someFunction(params object[] args) { .... }

magesoe avatar May 26 '17 13:05 magesoe

I am also failing in call to MetadataFormat.Generate. I don't know if it is this issue, but I can provide a test case. Clone my master branch at https://github.com/jackfoxy/PersonalServer and .\build

jackfoxy avatar Jun 12 '17 00:06 jackfoxy