The main barrier to prevent to support .Net Standard is the dependency of the NVelocity library.
NVelocity was released in many years before and can not be easily port to .Net Standard 1.x.
So that's the plan: Rewrite VTL(Velocity Template Language) evaluation implementation using a parsing library that support .NET Standard. At this moment the almost reasonable choice seems to be Sprache.
The main barrier to prevent to support .Net Standard is the dependency of the NVelocity library.
NVelocity was released in many years before and can not be easily port to .Net Standard 1.x.
So that's the plan: Rewrite VTL(Velocity Template Language) evaluation implementation using a parsing library that support .NET Standard. At this moment the almost reasonable choice seems to be Sprache.