botframework
botframework copied to clipboard
Suggestion: make BestMatchDialog Delegate.CreateDelegate throw exceptions or show debug info
I had one method which did not exactly match the delegate, took me some time to find because there is no clear exception or debug message in the catch.
Please make the throwOnBindFailure configurable or at least add some trace information via System.Diagnostics.Trace.TraceWarning(ex.message).