TypeLitePlus icon indicating copy to clipboard operation
TypeLitePlus copied to clipboard

Results 6 TypeLitePlus issues
Sort by recently updated
recently updated
newest added

FWIW, I just tried using this tool with Visual Studio 2022 (17.9.0 Preview 5.0) and it failed with the following error: ``` Error Running transformation: System.NullReferenceException: Object reference not set...

Hi, Are there some folk that managed to get TypeLitePlus working with .Net core 7 & VS 2022? We have been using TypeLite & .tt in .net 4.x and vs...

We use TypeLite which is no longer maintaned and wanted to move to TypeLitePlus. However, after installing the nuget packages, we get following warnings `Warning CS8002 Referenced assembly 'TypeLitePlus.Core, Version=2.0.0.0,...

Do you have any plans to support Type Alias in the future?

When enabling the jsdoc-option using .withJsDoc(), the generated files contain any comments that were annotated in the classes, but the encoding will be ANSI, meaning that certain characters like Umlauts...

According to the typescript domcumentation, [namespaces are confusing](https://www.typescriptlang.org/docs/handbook/namespaces-and-modules.html#needless-namespacing). Is there an option to remove the export module as [it is the prefered way to go now](https://stackoverflow.com/a/56565145/15186) ?