frhagn / Typewriter

Automatic TypeScript template generation from C# source files
http://frhagn.github.io/Typewriter
Apache License 2.0
536 stars 132 forks source link

Added IsVirtual to Property metadata (fixes #267) #329

Open Ackhuman opened 4 years ago

Ackhuman commented 4 years ago

Tested in Visual Studio 2015 and 2019 to filter virtual properties from a generated class.

Ackhuman commented 4 years ago

I didn't intend for 3ab6f1e to end up in this pull request but I have been testing it heavily for the past ~month and it works well. However, it is obviously unrelated to #267. If there is a way to split these into separate pull requests I will do that.