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
module Foo = module Bar = [<DllImport("Kernel32.dll", SetLastError = true)>] extern bool GetFileInformationByHandleEx(IntPtr hFile, FILE_INFO_BY_HANDLE_CLASS infoClass, [<Out>] FILE_NAME_INFO& info, uint32 dwBufferSize)
module Foo = module Bar = [<DllImport("Kernel32.dll", SetLastError = true)>] extern bool GetFileInformationByHandleEx(IntPtr hFile, FILE_INFO_BY_HANDLE_CLASS infoClass, [<Out>] FILE_NAME_INFO byref info, uint32 dwBufferSize)
This code doesn't compile. (It's not very urgent; I'm happy to just .fantomasignore the couple of files where this happens.)
Fantomas Master at 03/31/2021 17:11:59 - 44926de
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:
Print byref as & in extern function declaration. Fixes fsprojects#1567.
8c64f1d
Print byref as & in extern function declaration. Fixes #1567. (#1579)
bdabac1
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
This code doesn't compile. (It's not very urgent; I'm happy to just .fantomasignore the couple of files where this happens.)
Extra information
Options
Fantomas Master at 03/31/2021 17:11:59 - 44926de
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: