Skip to content

A code fix for fixing C#-style attributes #15554

@psfinaki

Description

@psfinaki

Personal thing here, I stumple upon this all the time.

Fix this:

[EntryPoint]
let main _ =
    42

to this

[<EntryPoint>]
let main _ =
    42

Could be super helpful in tests also, with all the Fact and Theory attrs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions