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
typeStreamReaderExtensions=[<Extension>]// Extension method for StreamReader using Tasks to enable specifying timeout.// Returns `None` if timeout occurs, otherwise `Some string`.// Beware that since StreamReader.ReadLineAsync task can't be cancelled,// it might still be running after recieving None!static member inlineMeh(streamReader:StreamReader,timeout:TimeSpan)=()
Result
typeStreamReaderExtensions=[<Extension>]static member inlineMeh(streamReader:StreamReader,timeout:TimeSpan)=()
Problem description
We have the range of the static keyword and should attach the trivia to that node.
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Options
Fantomas master branch at 2022-03-05T20:07:44Z - d7fb5cb
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:
Issue created from fantomas-online
Code
Result
Problem description
We have the range of the static keyword and should attach the trivia to that node.
Extra information
Options
Fantomas master branch at 2022-03-05T20:07:44Z - d7fb5cb
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: