Adds RazorEngineCompilationOptions.TemplateFilename, which is used if not empty or whitespace. If it is it falls back to the existing Path.GetRandomFilename().
This is helpful for debugging which templates are causing errors as we can pass the error to to the user without additional information.
Adds RazorEngineCompilationOptions.TemplateFilename, which is used if not empty or whitespace. If it is it falls back to the existing Path.GetRandomFilename().
This is helpful for debugging which templates are causing errors as we can pass the error to to the user without additional information.