You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paramTypes:(Choice<FSharpParameter, FSharpField>* string * ApiDocHtml) list *
returnType:(FSharpType * ApiDocHtml) option *
modifiers: string list *
typars: string list *
extendedType:(FSharpEntity * ApiDocHtml) option *
location: string option *
compiledName: string option
This makes accessing the information in it not easy because tuples doesn't expose a named property to accessing the different values. The user is responsible, for manually naming each variables.
ApiDocMemberDetails
is currently described as a single case DUs.FSharp.Formatting/src/FSharp.Formatting.ApiDocs/GenerateModel.fs
Lines 292 to 301 in 2efb355
This makes accessing the information in it not easy because tuples doesn't expose a named property to accessing the different values. The user is responsible, for manually naming each variables.
I propose to change this type to a record which will exposed named properties making it easier for consumer to use the type.
The text was updated successfully, but these errors were encountered: