This is a fork of the C# String Template repo that fixes a few bugs and adds a missing feature that didn't make it to the original C# rewrite. The code has been converted to the modern version of C#, and unit tests were added back.
The old repo is here; the original repo is here
The repo keeps only StringTemplate4, its tests, and the Antlr3 runtime. Everything else has been removed.
This library is a "netstandard2.0" library, which should be compatible with up-to-date frameworks.
NuGet: Dasblinkenlight.StringTemplate4.
Refer to the StringTemplate Home for instructions on how to use. Note, the API classes and methods differ from the doc. E.g., ST in Java is Template in C#.