What is the purpose of your .tt files? #15
jeffward01
started this conversation in
General
Replies: 2 comments 1 reply
-
The template (T4) is used to generate this code If you use Visual Studio, T4 to cs file is generated when the t4 file is saved. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is it possible to mark this as 'answered'? I don't see the option for it. Thanks for the fastest answer ever! <3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Very cool library! I have been following you for a while over at https://github.com/vkhorikov/CSharpFunctionalExtensions
I very very much appreciate your use of
xxxAsync
methods, the compiler I found would have issues with it, and also, it was hard to mix nestedsync
andasync
methods together implicitly, rather than explicitly.My question is:
.tt
and.t4
files? I know that they are for code-generation, but how are they used?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions