Alex Berezhnykh

Results 50 issues of Alex Berezhnykh

Type providers have an invalidation mechanism that allows type provider to notify the IDE of a change in the schema of generated types; it also allows type provider to not...

Fix for [RIDER-78171](https://youtrack.jetbrains.com/issue/RIDER-78171/Lambda-can-be-simplified-lead-to-errors)

Repro code: ```C# using System.Linq; class Example { public void A() { var a = new[] { new[] { 1 } } .SelectMany(y => y.Select(x => y[x])) .Select(t => t);...

Fix for https://youtrack.jetbrains.com/issue/RIDER-106899/YamlConfig-instance-type-detected-as-incompatible-with-itself-when-in-a-function-in-another-file - [ ] Update gold

Fix for [RIDER-68663](https://youtrack.jetbrains.com/issue/RIDER-68663/Text-style-is-different-between-tooltips) ![image](https://github.com/JetBrains/resharper-fsharp/assets/26364714/956fc108-c518-4cd7-989f-6c8bb226e09c) ![image](https://github.com/JetBrains/resharper-fsharp/assets/26364714/6cd5b5bc-79d8-4dd8-9c5b-725de2ad4887) ![image](https://github.com/JetBrains/resharper-fsharp/assets/26364714/156c62bc-4f9a-4789-9990-be50941cb333) - [ ] Tests