Nikolai Orekhov
Results
42
comments of
Nikolai Orekhov
One easier solution will be to mark this task as `LongRunning` via `Task.Factory.StartNew`. In this case `ThreadPool` will not add extra tasks to it's queue. That will still use the...
The performance bottleneck is this: _allTypesWithDerivedTypeMapping = new Lazy( () => BuildDerivedTypesMapping(assembliesResolver), isThreadSafe: false); I never used 7.x version but I believe original class WebApiAssembliesResolver was there to solve this...