-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with T4 code generation #169
Comments
Thanks for reporting this. On the top of the T4 there is a reference to |
Yes, I already checked that. The dll exists, the path is correct. |
Do'h!! This is something we changed only a few hours ago in #149. Basically before we were defaulting to English when the culture didn't match, and now we're not and instead return the plain number. Here is how we can fix this, and a PR would be really appreciated on it. Change Thanks for finding and reporting this :) |
I would like to contribute some ideas in the fluent date section.
Unfortunately I have some problems runnning the T4 Templates.
After running the "In.SomeTimeFrom" template the classes look like:
public static class 1 {}
instead of
public static class One {}
Obviously this line in the template doesn't work on my machine:
public static class <#= i.ToWords().Dehumanize() #>
What might be the problem here?
The text was updated successfully, but these errors were encountered: