Tim Maes
Tim Maes
We're using a graph-api-generator library to generate all types in the frontend. Queries always return a result -never null- and we have Angular 13 with strict typing. When we generate...
I am migrating an VS2019 extension to VS2022. I'm trying to get projects withing build scope as I would do with DTE  How can this be achieved with the...
Currently T4Editor is leaning heavily on the use of RegEx patterns to filter out codeblocks from the textView and colorize them. A better approach would be to create something that...
Ideal: you can right click in the editor on a T4 file and there should be an option 'Format T4 template'. This command should put control block and class feature...
I received some anonymous feedback through my blog regarding custom file extensions. Some users like to suffix their .T4 template with an extra character to exclude them from being handled...
Currently there is an example Query type and Mutation type. For completion, it might be interesting to provide a Subscription type, and some DataLoader implementation.
Perhaps we might add some authentication/authorisation to the template.
Currently Bindicate uses reflection and assembly scanning to register decorated services and options. For large applications this could have an impact on performance on startup. Perhaps we can take a...