-
I'm trying to use custom functions in my project, but unable to make them work without including its .cs in the "compile" item group. I.e. it is not working when I do the following:
```
…
satfx updated
2 years ago
-
**Description**
.IsGeneric returns 'false' for primitive[] array types of properties (but correctly returns 'true' for Object[] array props).
C# class:
```
public partial class Category
{
…
-
I really like the new feature of RenderWhenProjectBuildIsDone.
I have noticed that it does kick off a template render when I click on the Build/Build Solution menu item.
It also kicks off the tem…
-
I receive this error when rendering a template:
> ERROR: System.NotImplementedException: The method or operation is not implemented.
> at EnvDTE.SourceControl.IsItemCheckedOut(String ItemName)
…
-
Can we get an updated extension that adds compatibility for Visual Studio 2022?
-
Hello!
First of all I want to say thanks for the effort you've put into this! It's not a small feat and it is tremendously helpful!
I've used TypeWriter some time ago, and I had assembled a nice s…
-
I don't know when this started happening. It could have been back in early august - I haven't done much since then.
I have an NTCconfig.cs file in my project beside my .nt files.
I have Version 0.…
-
Just found out about NTypewriter when looking for how to make Typewriter accept types from assemblies.
Looks promising and fast! :)
Looking into migrating a project now.
**Question:**
What would…
-
I attempted to change the output folder like so:
```
filePath = "Folder/" | String.Append class.BareName | String.Append ".ts"
Save output filePath
```
This gives me the following error:
…
-
Thanks for creating NTypewriter! I'm currently attempting to replace Typewriter with something else, this project looks very promising.
Currently, NTypewriter appears to be working for me (it gener…