NTypewriter icon indicating copy to clipboard operation
NTypewriter copied to clipboard

File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.

Results 16 NTypewriter issues
Sort by recently updated
recently updated
newest added

I have this very weird issue when I switch to another branch in my repo in which someone else has made changes to .cs files that should be rendered. If...

bug
NTypewriterEditorForVS

I've been using Scriban as my templating engine for a while, and I came across your live editor for Scriban files. I'd love to switch to your `NTypewriter.SourceGenerator` for some...

enhancement
SourceGenerator

There is a missing default value for DateTime that is mentioned in a summary "Date types return new Date(0)" https://github.com/NeVeSpl/NTypewriter/blob/b2f43fcdc1f22b01bd90c0bc9177a7b7b573dde0/NTypewriter.CodeModel.Functions/TypeFunctions.ToTypeScriptDefault.cs#L20

bug

both of these give me a Type, which makes sense because the return type or the parameter might be a built-in such as a string. But I have a situation...

question

We have some ViewModel classes in our C# code that have properties with types like `List`. How would we get .NET classes like `SelectListItem` rendered down to TS via NTypewriter,...

question

I want to generate file before to delete some file in specific folder, may I know is it support?

question