dotnet / dotnet/fsharp

Improve C# -> F# lambda conversion codefix

Open
#15,499 4 comments 0 reactions 0 assignees View on GitHub
Area-LangService-CodeFixes Feature Request good first issue
Dominant language
F#
Stars
4.3k
Forks
876
Avg merge
4d 22h
Merged PRs (30d)
144

Description

Currently codefix is activated for this code:

```fsharp
let incAll = List.map (n => n + 1)
```

But not for this code:
```fsharp
let getPositives = List.filter (n => n > 0)
```

Not a bug, but would be useful.

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.