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

.NET 5: File nesting not working for generated .ts files in Visual Studio #341

Open ZellC opened 3 years ago

ZellC commented 3 years ago

All .ts files that my .tst template generated are not nested as before in .NET Framework Project.

Is there a workaround I can do that the nesting is working again? Thank you

kbalint commented 2 years ago

well that was a Visual Studio feature, which was "rewamped" in 2019 and 2022 - hence made unworkable. In the latest, it will only work for the root folder's contents, no recursion :D