-
Hey,
This look awesome, and good to know it supports .NET 4.5, but is there any possible chance you can produce a version so we can open it in Visual Studio 2015 ??? Pretty please...?
I've had a g…
-
Based on [the docs](https://github.com/lunet-io/scriban/blob/master/doc/language.md#5-objects) I was under the impression I can access a property of an object using either the simple _dot-notation_ or…
-
Hi,
I have a custom class that implements `IScriptObject` to make `{{ myobject.myproperty }}` possible while also throwing errors if an invalid `{{ myobject.foo }}` is used. This works great, but n…
-
https://github.com/VirtoCommerce/dotliquid
publish nuget package
-
For example:
```
{{ markdown }}
This is some **markdown**
{{ end }}
```
That would map to a .NET function that would receive `This is some **markdown**` as an argument, and return a string o…
-
Hi,
great project! I was wondering if there is an event when the parse finds / get's a token from the lexer and it doesn't have a value for it. I would then like to run some of my own code which fi…
-
-
### **Description**
Getting an exception on calling `AppCenter.Start()`. I'm looking through the demo project(s) and I'm not seeing anything obvious that I might be missing.
```
System.Argument…
-
I have Extension methods that handle complex objects, like:
public static class Extensions
{
//handle complex object of type Product
public static string DescribeProduct(this Product pr…
-
How to reproduce:
```C#
public class MyFunctions
{
public static string T(TemplateContext context, object input, params object[] variables)
{
…