aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/GeneratedMessageTest.cs
Commit message (Expand)AuthorAgeFilesLines
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-760/+0
* Generate the well-known types in C#Jon Skeet2015-07-141-10/+12
* Oneof reflection support. (Generated code changes in next commit.)Jon Skeet2015-07-101-0/+20
* Knock-on effects of moving GetSampleMessage.Jon Skeet2015-07-091-8/+8
* Implement reflection properly for fields.Jon Skeet2015-07-091-1/+140
* Minor fix-ups as suggested in PR #560.Jon Skeet2015-07-091-55/+0
* Fix copyright lines for all C# code.Jon Skeet2015-06-301-1/+33
* Tidying up and extra tests.Jon Skeet2015-06-301-0/+133
* Tweaks and more tests for mapsJon Skeet2015-06-261-21/+161
* More map tests, and various production code improvements.Jon Skeet2015-06-251-0/+9
* First pass at map support.Jon Skeet2015-06-251-0/+61
* Implement freezing for messages and repeated fields.Jon Skeet2015-06-241-1/+19
* Implement Clone.Jon Skeet2015-06-231-8/+116
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-767/+144
* Add oneof support for C#Jie Luo2015-05-291-0/+262
* Convert back to using NUnit, which is now loaded via NuGet.Jon Skeet2015-05-121-90/+90
* Change to using xUnit for all unit tests, and fetch that via NuGet.Jon Skeet2015-04-301-126/+108
* Updated set of unit tests and unit test protos.Jon Skeet2015-04-281-21/+21
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+532