soundaranbu / Razor.Templating.Core

Razor Templating Engine to render Razor Views(.cshtml files) to String in Console, Web, Service, Desktop workloads in .NET Core 3+

Home Page:https://soundaranbu.medium.com/render-razor-view-cshtml-to-string-in-net-core-7d125f32c79

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET 7 support

vladopandzic opened this issue · comments

After upgrading from .net5 and 1.6.0 version to .net7 and v1.8.0 version I get exception:

System.MissingMethodException : Method not found: 'System.Threading.Tasks.Task`1<System.String> Razor.Templating.Core.RazorTemplateEngine.RenderAsync(System.String, System.__Canon)'.