In the previous article I explained how to handle inheritance in the generated Typescript files and, at the end, we saw that the compiler complained about not finding the base…
Tag: <span>visual studio</span>
In this article I will explain how to handle inheritance in generated classes using Typewriter. More details about Typewriter and how to start using it can be found din this…
In this article I will explain how to work with nullable types, more exactly how to tell Typewriter to handle nullable properties found in C# code. More details about Typewriter…
Typewriter is a free extension for Visual Studio that generates TypeScript files from C# code files using TypeScript Templates. https://frhagn.github.io/Typewriter/index.html To make it available in your Visual Studio, go to…
By default Visual Studio 2017 comes with Node 5.4.1 and npm 3.3.4 shipped, and is using them even if you install a new version of Node.js. This happens because Visual…
One Comment