garypretty / botframework

Microsoft Bot Framework helpers and additional dialogs
MIT License
60 stars 51 forks source link

Suggestion: make BestMatchDialog Delegate.CreateDelegate throw exceptions or show debug info #15

Open WizX20 opened 6 years ago

WizX20 commented 6 years ago

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).