FSharp.Formatting
FSharp.Formatting copied to clipboard
API Docs when a function has a params parameter
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) { .... }
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