We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently FSI shows results like this:
val it : Service.xGetResponse [] = [|SwaggerProvider.Service+xGetResponse {Infos = [|SwaggerProvider.Service+xGetFileInfo; SwaggerProvider.Service+xGetFileInfo; SwaggerProvider.Service+xGetFileInfo; SwaggerProvider.Service+xGetFileInfo; SwaggerProvider.Service+xGetFileInfo; SwaggerProvider.Service+xGetFileInfo; SwaggerProvider.Service+xGetFileInfo|]; File = SwaggerProvider.Service+xGetFileFile;}|]
which makes using the TP in FSI meaningless.
Suggestion: generate ToString overrides, similar to what we have for records, for all generated types.
ToString
The text was updated successfully, but these errors were encountered:
What ToString should return in this case? Pretty-print of all type properties? Do you know TP that already do it?
Sorry, something went wrong.
Released in v0.6.1
No branches or pull requests
Currently FSI shows results like this:
which makes using the TP in FSI meaningless.
Suggestion: generate
ToString
overrides, similar to what we have for records, for all generated types.The text was updated successfully, but these errors were encountered: