asiftasleem / nbuilder

Automatically exported from code.google.com/p/nbuilder
0 stars 0 forks source link

SequentialGenerator to Support DateTime #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. var lastModDateGenerator = new SequentialGenerator<DateTime>();
2. lastModDateGenerator.StartingWith(DateTime.Parse("2009-01-13 
00:00:00"));

What is the expected output? What do you see instead?
I would expect not receive an Exception, we should be able to use the same 
pattern for incrementing DateTime values.  Instead I get an exception 
because currently DateTime types are not supported.

What version of the product are you using? 2.1.8 On what operating system? 
WinXP

I've updated the file (i just added Ext to the end of the class name) in 
case you want to use it.

Please provide any additional information below.

Original issue reported on code.google.com by scott.w.white on 25 Jun 2009 at 9:34

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for reporting this, I will have a look at it asap.

Original comment by garethdo...@googlemail.com on 12 Jan 2010 at 11:44

GoogleCodeExporter commented 8 years ago
Hi Scott,

I have committed a fix for this issue as at revision 61. My apologies for this 
fix taking so long to make it into the code base. Please let us know if this 
resolves this issue. If I don't hear from you I'll assume you are happy with 
the fix.

Regards,
Joshua Roth

Original comment by joshuajr...@gmail.com on 7 Sep 2010 at 3:50

GoogleCodeExporter commented 8 years ago
Hey Gareth,

Can you please verify that you're happy for this change to go into the release.

Thanks,
Josh

Original comment by joshuajr...@gmail.com on 21 Oct 2010 at 11:45

GoogleCodeExporter commented 8 years ago
It looks good.  Thanks!

Original comment by scott.w.white on 21 Oct 2010 at 1:03

GoogleCodeExporter commented 8 years ago

Original comment by garethdo...@googlemail.com on 6 Nov 2010 at 4:10

GoogleCodeExporter commented 8 years ago

Original comment by garethdo...@googlemail.com on 11 Nov 2010 at 9:39

GoogleCodeExporter commented 8 years ago
This was fixed in version 3.0

Original comment by joshuajr...@gmail.com on 30 Nov 2011 at 12:39