Alex McAuliffe

Results 55 comments of Alex McAuliffe

Another option is to use my other library [Stubble](https://github.com/StubbleOrg/Stubble). It's a little more configuration based which may work better in a low trust environment as you could remove those that....

Hi, I'm not sure how your problem relates to Nustache, if you could provide an example or code samples I can try help you work through the issue

Hi there, Unfortunately Nustache is no longer in active development however my successor project [Stubble](https://github.com/StubbleOrg/Stubble) is a dotnet core ready replacement for it which provides (almost) the same features an...

It should indeed, the only package with Nustache that requires MVC is [Nustache.Mvc3](https://www.nuget.org/packages/Nustache.Mvc3/)

That currently isn't something that is offered. You could implement something similar by creating a `ValueGetterFactory` and `ValueGetter` looking at `XmlNode`s and then compiling the expression and trying to run...

Hi there, Sorry for the delay in replying. Nustache doesn't have a mono build unfortunately and I'm currently only bug-fixing issues and taking pull requests on this project. I've moved...

Hey, If you could provide a reproduction case I could take a look. As i mentioned above i'm not really working on this as i'm improving functionality on my separate...

Nuget not working with the same error you get with Nustache?

It's slightly confusing sorry. I split them out quite widely. - [Core Package](https://www.nuget.org/packages/Stubble.Core/1.0.0.130-alpha11) This contains the core functionality of the mustache renderer. - [Json.Net Extensions](https://www.nuget.org/packages/Stubble.Extensions.JsonNet/1.0.0.18-alpha2) This is the extension package...

Hi @demylia Since this is now more a Stubble issue than a Nustache one could you open a ticket over there and i'll try help you, thanks.