Home
Options

Constant Crash

LINQPad v8.2.4 (Premium)

Had a case this morning where I messed up a paste of a large block of html into a query. It was something like

const string pageContent =
<html><head><title>yada yada</title></head>
<body>
   ... (lots of lines)
<body></html>
"""
""";

Clearly this is bad code. Not expecting it to run. But I didn't expect a crash. The troubling part is it was persisted to an .autosave file before the crash and LINQPad would subsequently crash each time I tried to restart. Had to go in and modify the cached code to get past it.

Comments

Sign In or Register to comment.