SchlenkR / Trulla

Type Safe Text Templates - usable as type provider (F#) or source generator (C#)
Apache License 2.0
61 stars 0 forks source link

C# error #12

Closed SchlenkR closed 8 months ago

SchlenkR commented 9 months ago
{{for order in orders|---}}
    {{order.id}}
{{end}}
{{for order in orders|---}}
    {{order.name}}
{{end}}
SchlenkR commented 8 months ago

I guess that one was fixed.