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?
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?