dotnet / dotnet/fsharp

A code fix for fixing C#-style attributes

Open
#15,554 0 comments 1 reaction 0 assignees View on GitHub
Area-LangService-CodeFixes Feature Request
Dominant language
F#
Stars
4.3k
Forks
876
Avg merge
4d 11h
Merged PRs (30d)
131

Description

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

Fix this:
```fsharp
[EntryPoint]
let main _ =
42
```

to this
```fsharp
[]
let main _ =
42
```

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.