|
From: Andrey S. <as...@gm...> - 2007-10-10 18:51:51
|
Hello everybody. What do you think about changing the repository/project location to something like CodePlex or Google Code? Or, at least, to SVN repository on SourceForge? CVS feels like a major obstacle to contribution. Also, mailing-list-only discussion is somewhat scary due to required subscription and large amount of mail to read through. Forums would be faster and nicer. Also, I have several ideas about NMock considering .Net 3.5. I wrote a short post on it here: http://blog.ashmind.com/index.php/2007/09/23/nmock-35 In two words, having expression trees we can make expectations much more concise, like: Expect.Once .That(() => fs.GetDirectories(path)) .Will(Return.Value(directories)); I think it would be interesting to do a branch targeted to NetFx 3.5. Andrey Shchekin |