Takeshi Kojima

Results 3 comments of Takeshi Kojima

@GFoley83 I recommend [RazorLight](https://github.com/toddams/RazorLight). If you use it with .net core 3, please check [it](https://github.com/toddams/RazorLight/issues/267).

> > @GFoley83 I recommend [RazorLight](https://github.com/toddams/RazorLight). > > If you use it with .net core 3, please check [it](https://github.com/toddams/RazorLight/issues/267). > > This will not work with .NET Core 3.0. Try...

> @GFoley83 that's the version I have been using It works in my project using .Net core 3.0 with following code: ``` async Task Assemble(string viewString, YourModelType model) { var...