Include execution time even when script failed
Currently LINQPad
show a duration when script running successfully:
But when a script failed, duration won't show up (only shows Asynchronous query faulted
):
Other tools like SSMS, will still report the execution time even when script executed failed:
Comments
Looks like a non-async execution failed will report a execution time, but not for async script.
This should now be fixed in 6.14.2.