Simon Cropp
Simon Cropp
* slight perf improvement. avoid a field getvalue when types dont match and dont unnecessarily trigger a static constructor * reduces the chance of an exception in a static constructor...
Sentry dotnet relies on Ben.Demystifier. It is consumed as a git submodule. We also run the Ben.Demystifier tests as part of our build. We intermittently get a failure for `Ben.Demystifier.Test.NonThrownException.Current`...
it doesnt seem to be used?
very minor, but it fixes the build warning CA1834 > CA1834 Use 'StringBuilder.Append(char)' instead of 'StringBuilder.Append(string)'
thoughts on this small optimization? or do i have my understanding incorrect? given `StringBuilder.Replace` knows the max characters range to replace, is it safe to early exit if the `oldValue.Length`...
Is it possible to get some guidance on what `EnableServiceProviderCaching` does and in what scenarios it should be used? --- #### Document Details ⚠ *Do not edit this section. It...
remove some redundant `?` and `!`