Andreas Håkansson

Results 27 comments of Andreas Håkansson

We've pretty much baked what we want in 2.0.. I'm just looking for some personal time to get the release out the door. My hope is that we can make...

I need to look at the changes a bit more carefully before I can say something definitive. However my _personal_ stand on the whole Razor thing is that the best...

@davidfowl there's no Razor features per say.. we have our own view location convention stuff etc (which is outside Razor) and our own RazorView base class which adds some stuff...

@davidfowl the text stuff is things like this https://github.com/NancyFx/Nancy/blob/master/samples/Nancy.Demo.Razor.Localization/Views/Index.cshtml#L8 which lets you use dynamics and then behind the scenes you can plug in stuff that resolves strings (localized) from various...

@daveaglick did you get anywhere with this? Still very much interested in this and maybe we can create a "task force" for it on our Slack to enable a quicker...

@davidfowl @rynowak @DamianEdwards are the changes "in the work", "planned" or "we've casually talked about how cool it would be to do" ? =)

@xt0rted funny you should ask. I browsed the https://github.com/aspnet/Razor repo a bit last night, asking myself the same question. I _think_ they've now created a stand along version of the...

Does anyone have a small project that, _reliably_, reproduces this? It's not unlikely that there is a bug in the `GetLineNumber` method but we need a reliable way to reproduce...