CSharpFunctionalExtensions icon indicating copy to clipboard operation
CSharpFunctionalExtensions copied to clipboard

Visual Studio is very slow when the method chain gets to long.

Open Wizzuriz opened this issue 6 years ago • 2 comments

My Visual Studio is very slow. Is there anyone else that have this issue?

Some method chains have 5-10 methods and the methods themselves have some small chains.

Wizzuriz avatar Aug 03 '18 07:08 Wizzuriz

i'm very interested of using functional approach in production code @Wizzuriz raised some very important issue it would be nice to hear your thoughts about this

golavr avatar Dec 08 '18 11:12 golavr

@Wizzuriz I'd recommend splitting up the chain in such cases.

vkhorikov avatar Dec 11 '18 04:12 vkhorikov