Hi guys,
I just upgraded a project to the latest core and now a huge performance issue occurred.
We used some template extenders in which we used template.TagExists and template.LoopExists to add tags or call functionalitity only when it is desired.
Now these allways seem to return true so it seems like an infinate loop is happening on some places.
Is this a bug? Or is there a new way to implement this ?
Can TagExist still be used with razor templates? (template tags still exist, right?)