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
Formatting a discriminated union that only has one choice and that choice has an attribute breaks.
type [<StringEnum>] [<RequireQualifiedAccess>] PayableFilters = | [<CompiledName "statusSelector">] Status
The text was updated successfully, but these errors were encountered:
Add a pipe when a single case DU has attributes.
7ad5e3f
Fixes fsprojects#596
Add a pipe when a single case DU has attributes. (#599)
60a60f3
* Add a pipe when a single case DU has attributes. Fixes #596 * Added test for sig file.
Successfully merging a pull request may close this issue.
Description
Formatting a discriminated union that only has one choice and that choice has an attribute breaks.
Repro code
The text was updated successfully, but these errors were encountered: