-
Using the latest version of the extension (installed via visual studio) is causing a rendering failed issue for custom functions that implement IType:
`error CS0535: 'CustomFunction.WrappedType' do…
-
Hey there, I'm looking to integrate NTypewriter (source generator) into a new project and so far I'm loving the capabilities. A previous project I worked on used [TypeGen](https://github.com/jburzynsk…
-
... and it is called [NTypewriter](https://github.com/NeVeSpl/NTypewriter)
![NTypewriter](https://github.com/NeVeSpl/NTypewriter/blob/master/Documentation/GettingStarted.Run.gif?raw=true)
It is …
-
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 they have for example added an enum value in …
-
The old Visual Studio Typewriter extension could automatically render templates when .cs files was saved.
Can this be done with NTypewriter? :)
-
ID in ASP.net core will be translated to id when config json in camel case but NTypewriter will be translated iD.
-
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, so the TS class gene…
-
Hi there,
first things first, this project is fantastic. It is sooo much easier to use than writing your own source generator with all the tweaks needed to get it right. 👌
So, back to the actual…
-
I'd like to explore migrating from Typewriter to NTypewriter but while this documentation is very complete, I'd like some simple/complex examples for how to migrate my classes to corresponding typescr…
-
Is this project Active