Alex Berezhnykh
Alex Berezhnykh
Fix for [RIDER-68269](https://youtrack.jetbrains.com/issue/RIDER-68269/False-positive-Lambda-can-be-replaced-with)
- [ ] Parameters completion - [ ] Typing assist  
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 
Fix for [RIDER-80565](https://youtrack.jetbrains.com/issue/RIDER-80565/SystemParamArray-is-not-handled-correctly-when-referencing-from-C-code) Before:  After: 
- [x] Restart type providers action - [x] Assemblies shadow copying mode for type providers debugging - [x] Add tests - [ ] Add hot-reload? 
Fix for 