Ben.Demystifier icon indicating copy to clipboard operation
Ben.Demystifier copied to clipboard

The `EnhancedStackTrace.ShowInStackTrace` probably should cache its results

Open onyxmaster opened this issue 7 years ago • 0 comments

Hello.

I would like to propose that EnhancedStackTrace.ShowInStackTrace should cache its execution results, because since Type.GetCustomAttributesData throws NotImplementedException, the ShowInStackTrace method can quickly become a performance bottleneck when used often (at least if netstandard20 and net471 code are mixed in the same domain).

onyxmaster avatar May 07 '18 08:05 onyxmaster