@matthid Thanx for you reply. Do you also have guidelines for the code , testing etc. Like i said i am not very experienced in this area and my qualite of code or tests may not be what is expected here.
Alok Sharma
@aloksharma1
does razor engine now supports @Url/Html or other helpers
i am also trying to get session values inside my razor code[more important then helpers]
any idea how i inject those?
Alok Sharma
@aloksharma1
@Antaris thank you for building such a beautiful tool
@vic10us
@vic10us
I don't think so. I was hoping that c# 6.0 would be supported as well. So I could share existing MVC views with RazorEngine
Alok Sharma
@aloksharma1
well thats a disappointment , i have to write my own string parser in conjuction with razorengine in this case
i hope this wont make too much overhead
so coming to my next question
i have seen in examples how to purge all compiled dll cache
any way to remove only a single one
because only a few templates will ever change in my case
so purging all the cache will be a bit overkill
@vic10us
@vic10us
You should implement a custom cache policy
cmellongoempyrean
@cmellongoempyrean
@vic10us if you use the Roslyn packages you can get C#6 support
Hi All, Having the same issue as Antaris/RazorEngine#456 when trying to use RazorEngine in Azure functions, any ideas of how to fix it?
kchyn-bay
@kchyn-bay
Hi all, anyone has issue with template caching every time an application starts? When Engine.Razor.IsTemplateCached returns false, we tried to compile again using Engine.Razor.Compile, and then checks again whether the template is cached, but it still returns false. So when Engine.Razor.RunCompile is executed at the end, KeyNotFoundException is thrown.
This only happens on the first email template compiling/caching after application starts, all subsequent calls are fine but is still nuisance to usability
We also tried System.Threading.Thread.Sleep(1000) to give time for the template to be cached but that didn't help.
Dan Walmsley
@danwalmsley
hello, I'm trying to use this in a netcore2 app, has anyone tried this yet?
I just get unable to find assembly system.configuration 4.0.0.0
_
Shane Chambers
@DeadlyChambers
I am picking this up tonight. My name is Shane, have 7 years of dotnet experience. Currently need something in dotnetcore that will allow me to output html from a library instead of a mvc project. Looks like there has been much chatter on here.
qamaruddin
@qamaruddin
Hi, I am trying to use razorengine for a vb.net class library project. Unfortunately I keep receiving type '' not defined error while invoking "runcompile"
Any idea why is this occuring.
Its not even resolving the types that are part of the assembly
eddyjl077
@eddyjl077
Will this be available for NETCORE 2.0?
Shyamal Parikh
@shyamal890
@ChrisBriggsy Were you able to make RazorEngine work in Azure Functions?
Alok Sharma
@aloksharma1
can we use netcore 2.0 with vs 2015
Mark Tkachenko
@Rizzen
Hello! Will it be ported to .NET Standart?
alexanderbright
@alexanderbright
Hey, guys! Has somebody tried to move asp.net mvc 5 application to asp.net core? Is there any app performance gain? Does it work on linux as well as on windows?