willnogueira
Results
2
issues of
willnogueira
e.g. var ex = new Exception(); var apiKey = ""; var raygun = new RaygunClient(apiKey); var task = raygun.SendAsync(ex); ---- under the hood that would mean using: var task =...
This change will avoid locking (and switching thread context) in a multi-threaded environment, when PhoneNumberUtil.GetInstance() is called. It will still lock when the instance is not initialized yet.