ExceptionExtensions.SetContext can throw NullRef
sneal opened this issue · 1 comments
sneal commented
If the context is null, ObjectPrinter will throw a NullReferenceException when it calls context.GetType()
For Example: ex.SetContext("MyContext", null);
drewburlingame commented
fixed