nooogle / CDS.CSharpScripting

Drop-in user control for C# editing with intellisense and compilation. Script compilation and execution classes for GUI and console applications.
MIT License
9 stars 3 forks source link

ThreadException thrown from RoslynPad code editor requires workaround #24

Closed nooogle closed 3 years ago

nooogle commented 3 years ago

At V1.0.8 we require manual intervention in program.cs to hook and handle ThreadException exceptions emitted from the RoslynPad code editor. Might not be able to do anything about this until the code editor itself is fixed. See comments in program.cs of the WinForms demo app.

nooogle commented 3 years ago

Since this is coming from the Avalonia editor and/or the RoslynPad editor there's probably nothing else that can be done. Closing for now.