The RazorEditorParser's background parser thread (System.Web.Razor/Editor/BackgroundParser.cs) does not have its IsBackground property set to true, which means it prevents the process from terminating unless the RazorEditorParser is explicitly disposed.
Comments: Hello and thanks for your feedback. Could you please provide us with more information about the scenario you are trying to use the background parser in? As a workaround you can always catch the exception in the unhnadledexceptionfilter and analyze it, if you don't want to crash the application.
Comments: Hello and thanks for your feedback. Could you please provide us with more information about the scenario you are trying to use the background parser in? As a workaround you can always catch the exception in the unhnadledexceptionfilter and analyze it, if you don't want to crash the application.