aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/GeneratedMessageTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* - Upgraded NUnitcsharptest2011-10-041-43/+43
| | | | | | - Added StatLight and Silverlight unit testing - Added copies of all projects for Silverlight - Integrated Silverlight unit tests in build
* First pass at implementation and testing of reusable builders.csharptest2011-09-091-16/+0
|
* reformatted all code to .NET standard formattingcsharptest2011-05-201-465/+538
|
* Regionify copyright statementJon Skeet2009-09-091-0/+3
|
* Fixed bug spotted by danielrJon Skeet2009-09-061-0/+6
|
* Fix copyright noticesJon Skeet2009-06-251-2/+1
|
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-051-0/+17
| | | | | | | | new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.
* Fix custom options behaviourJon Skeet2009-06-051-1/+1
|
* New tests, double build errors, and a few miscellaneous fixesJon Skeet2009-05-301-1/+13
|
* Added field constant generationJon Skeet2009-05-281-0/+27
|
* Fixed i18n issues with numbersJon Skeet2009-05-111-4/+8
|
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-241-0/+8
|
* Merge extensions correctlyJon Skeet2009-01-271-3/+1
|
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-271-1/+61
|
* Replaced copyright noticeJon Skeet2008-10-231-11/+27
|
* Fix bug in GeneratedBuilder.MergeFromJon Skeet2008-10-231-0/+24
|
* First cut at new layoutJon Skeet2008-10-221-0/+291