toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.5k stars 259 forks source link

Missing IRazorLightEngine interface for RenderTemplateAsync<T> #412

Closed jzabroski closed 3 years ago

jzabroski commented 3 years ago

Describe the bug Method to "Render a template to the specified textWriter" is not an interface on IRazorLightEngine interface but is implemented on RazorLightEngine class.