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
typeinternalWorkingShard=| Started ofReactoKinesixShardProcessor| Stopped ofStoppedReasonandReactoKinesixAppprivate(kinesis:IAmazonKinesis,dynamoDB:IAmazonDynamoDB,appName:string,streamName:string,workerId:string,processorFactory:IRecordProcessorFactory,config:ReactoKinesixConfig)as this =interface IReactoKinesixApp with[<CLIEvent>]memberthis.OnInitialized= initializedEvent.Publish
[<CLIEvent>]memberthis.OnBatchProcessed= batchProcessedEvent.Publish
Result
typeinternalWorkingShard=| Started ofReactoKinesixShardProcessor| Stopped ofStoppedReasonandReactoKinesixAppprivate(kinesis:IAmazonKinesis,dynamoDB:IAmazonDynamoDB,appName:string,streamName:string,workerId:string,processorFactory:IRecordProcessorFactory,config:ReactoKinesixConfig)as this =interface IReactoKinesixApp withmember [<CLIEvent>]this.OnInitialized= initializedEvent.Publish
member [<CLIEvent>]this.OnBatchProcessed= batchProcessedEvent.Publish
Problem description
The [<CLIEvent>] attributes get misplaced when the formatter is used on the example.
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.
Issue created from fantomas-online
Code
Result
Problem description
The
[<CLIEvent>]
attributes get misplaced when the formatter is used on the example.Extra information
Options
Fantomas Master at 04/17/2021 11:23:36 - 26674f9
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: