3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
git-svn-id: http://nbuilder.googlecode.com/svn/trunk/@113 8cbb6a18-f00b-11dd-ada4-5153b8187bf2 More... over 13 years ago
git-svn-id: http://nbuilder.googlecode.com/svn/trunk/@112 8cbb6a18-f00b-11dd-ada4-5153b8187bf2 More... over 13 years ago
git-svn-id: http://nbuilder.googlecode.com/svn/trunk/@111 8cbb6a18-f00b-11dd-ada4-5153b8187bf2 More... over 13 years ago
More website progress More... over 13 years ago
Further progress on website More... over 13 years ago
revamped website, initial checkin More... over 13 years ago
removed old website More... over 13 years ago
Fix for google code issue 47. Fixed defect found in work done on issue 47. The original fix only worked for building single object. The same problem occurred in the RandomValuePropertyNamer.SetValuesOfAllIn<T> and SequentialPropertyNamer.SetValuesOfAllIn<T> which resulted in the same exception when building lists of an object with a null char constant. More... almost 14 years ago
Issue 54 - Renamed method names so the syntax for creating lists is the same as when creating single objects. (2nd check-in) More... almost 14 years ago
Issue 54 - Renamed method names so the syntax for creating lists is the same as when creating single objects. More... almost 14 years ago
Removed Silverlight solution, it's now part of the main solution More... about 14 years ago
Issue 59 - CI - Updated CommonAssemblyInfo.cs with the correct version More... about 14 years ago
Issue 59 - Added Silverlight project to the main solution More... about 14 years ago
Issue 59 - Initial checkin - attempting to get a green build. #8 More... about 14 years ago
Issue 59 - Initial checkin - attempting to get a green build. #7 More... about 14 years ago
Issue 59 - Initial checkin - attempting to get a green build. #6 More... about 14 years ago
Issue 59 - Initial checkin - attempting to get a green build. #5 More... about 14 years ago
Issue 59 - Initial checkin - attempting to get a green build. #4 More... about 14 years ago
Issue 59 - Initial checkin - attempting to get a green build. #3 More... about 14 years ago
Issue 59 - Initial checkin - attempting to get a green build. #2 More... about 14 years ago
Issue 59 - Initial checkin - attempting to get a green build. More... about 14 years ago
Tidied some things up, increased coverage slightly. More... about 14 years ago
git-svn-id: http://nbuilder.googlecode.com/svn/trunk/@89 8cbb6a18-f00b-11dd-ada4-5153b8187bf2 More... about 14 years ago
Added unit test around the functionality added for issue 47. More... over 14 years ago
Added unit test around the functionality added for issue 38. More... over 14 years ago
Fix for google code issue 50. Removed use of FormatterServices.GetUnititializedObject which was causing compile issues for the Silverlight version of NBuilder. Turns out, the use of this method wasn't needed anyway to achieve the aims of this enhancement. More... over 14 years ago
Fix for goggle code issue 46. Added the ability to set the random seed of the RandomGenerator. This allows for scenarios where people want random value tests to be repeatable. More... over 14 years ago
Applied patch for goggle code issue 43. Enhanced the ExtensibleRandomValuePropertyNamer to allow the custom namer delegate to know about the member being set. More... over 14 years ago
Fix for goggle code issue 50. Added the ability to use the Have, Has, and And syntax when creating lists of objects with private set properties and readonly fields. More... over 14 years ago
Fix for goggle code issue 41. Added support for setting up the remaining items in a list via a method called AndTheRemaining. More... over 14 years ago