Skip to content

FSharpFunc => Action/Func implicit conversion #2907

@vasily-kirichenko

Description

@vasily-kirichenko

It's super annoying that F# functions are not converted automatically to Action/Func when passed to methods:

image

So we have to write ugly code like this Action<_> (printfn "%s") or like this fun x -> printfn "%s" x

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions