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
Issue created from fantomas-online
odata<Person> { count take 10 skip 10 }
Fantomas was not able to produce the same code after reformatting the result.
Fantomas master branch at 2022-05-28T16:36:31Z - 929b3f0
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered:
Hello, thank you for opening this issue. I believe the problem here is that the generic parameter isn't captured in
fantomas/src/Fantomas.Core/SourceParser.fs
Lines 580 to 588 in e5a8830
This active pattern should be extended to deal with nameExpr being SynExpr.TypeApp. Are you interested in submitting a PR for this?
nameExpr
SynExpr.TypeApp
Sorry, something went wrong.
Sorry, I do not have the knowledge to do this.
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
Extra information
Options
Fantomas master branch at 2022-05-28T16:36:31Z - 929b3f0
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: