Alex Berezhnykh

Results 50 issues of Alex Berezhnykh

Fix for [RIDER-68269](https://youtrack.jetbrains.com/issue/RIDER-68269/False-positive-Lambda-can-be-replaced-with)

- [ ] Parameters completion - [ ] Typing assist ![JetBrains1](https://user-images.githubusercontent.com/26364714/184255478-2ef990ae-8bc9-4222-9c8d-8caa8811c802.gif) ![image](https://user-images.githubusercontent.com/26364714/183651940-4b52e408-1229-4ad7-97ce-389d88e5297a.png)

Since we process it as return type info https://github.com/JetBrains/resharper-fsharp/blob/215b0b4febea04974f01d28555119fa679ad3adc/ReSharper.FSharp/src/FSharp.Psi.Features/src/Parsing/FSharpTreeBuilderBase.fs#L844-L849 https://github.com/JetBrains/resharper-fsharp/blob/215b0b4febea04974f01d28555119fa679ad3adc/ReSharper.FSharp/test/data/parsing/Type%20member%20-%20Abstract%2002%20-%20Function.fs.gold#L18-L36

Fix for [RIDER-65997](https://youtrack.jetbrains.com/issue/RIDER-65997/Add-F-support-in-Code-Cleanup-options) - [ ] Add localization ![image](https://user-images.githubusercontent.com/26364714/183210806-b8812b4c-5a49-40e5-8d52-9e5b7bda59e8.png)

Fix for [RIDER-80565](https://youtrack.jetbrains.com/issue/RIDER-80565/SystemParamArray-is-not-handled-correctly-when-referencing-from-C-code) Before: ![image](https://user-images.githubusercontent.com/26364714/183217630-49c69a95-5a06-4bee-82df-6f876fc0c6b2.png) After: ![image](https://user-images.githubusercontent.com/26364714/183217639-1cdc3b91-293d-443b-a08e-3ffcb6b4c345.png)

- [x] Restart type providers action - [x] Assemblies shadow copying mode for type providers debugging - [x] Add tests - [ ] Add hot-reload? ![JetBrains1](https://user-images.githubusercontent.com/26364714/120200416-fafa7680-c22c-11eb-8b38-8166166069ae.gif)

Fix for ![image](https://user-images.githubusercontent.com/26364714/140802259-a3f982d5-466f-4591-8eb1-8542ee13b56b.png)