RickStrahl / Westwind.Utilities

A general purpose utility and helper library for .NET development
MIT License
255 stars 61 forks source link

Throw library exceptions instead of showing a dialog #27

Closed LyndonGingerich closed 1 month ago

LyndonGingerich commented 1 month ago

For whatever reason, exceptions thrown in Westwind.Utilities.Configuration seem to be caught and shown as pop-up boxes, depriving me not only of stack traces but also of any way of custom handling logic. Could this be changed?

image image

LyndonGingerich commented 1 month ago

Assuming the issue is Westwind. Maybe something else is showing the pop-ups...

LyndonGingerich commented 1 month ago

Also, the program freezes in a starting state rather than crashing properly.

LyndonGingerich commented 1 month ago

Well. I removed all uses of AppConfiguration and still got that last dialog box. My apologies.