-
I am creating a Roslyn code generator. At the moment I am using T4 but want to migrate away.
https://youtu.be/hP59npROrJo
I find all scripts and then parse them, and for each script I find I …
-
I use a string "header" and a string "footer", and connect them (header + html + footer) to get the full html.
Can I use a html template file to achieve this?
```C#
public static void GenerateH…
-
## Version(s)
3.0
The version(s) in which you have observed the bug.
## To reproduce
Don't install git
Steps to reproduce the behaviour:
1) On clean machine,
2) install vs2022 with options …
-
Once an instance of Template is garbage collected, is the generated code also released?
I am going to be compiling templates, using, then allowing them to be collected and would like to know if thi…
-
-
Currently syntax blocks are not highlighted:
![image](https://user-images.githubusercontent.com/1697911/121598946-3d733e80-c9f7-11eb-920a-5400380489c6.png)
Would be great to enable syntax highli…
-
The documentation claims that shopify themes are fully supported. However I see many of the shopify themes have 'section' and theme tags like `{% section 'product-template' %}` has been used a lot.
…
-
I put some query results in my context but they might take a long time to run. What's the best way to put them as a lazy reference and only execute the query when the variable is accessed so the refer…
-
When rendering code, we need to be able to pluralise attribute values in the model
-
https://github.com/scriban/scriban/blob/master/doc/builtins.md#dateparse
The above documentation indicates that the format specified in to_string can be used in the pattern parameter of date.parse. I…