aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test
Commit message (Expand)AuthorAgeFilesLines
...
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-0958-111307/+7043
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-7/+7
* Change the C# enum generator inherit from primitive generatorJie Luo2015-05-293-16/+16
* Add oneof support for C#Jie Luo2015-05-2911-1064/+2211
* Generate *all* protos in the script, applying fixups.Jon Skeet2015-05-161-171/+0
* Make generate_protos.sh Windows-friendly.Jon Skeet2015-05-141-6/+0
* Regenerate UnittestDropUnknownFields.csJan Tattermusch2015-05-131-2/+2
* Remove the C#-specific field_presence_test.proto, using unittest_no_field_pre...Jon Skeet2015-05-134-785/+3779
* Regenerated UnittestDropUnknownFields.csJan Tattermusch2015-05-121-77/+18
* remove C# files not referenced in any projectJan Tattermusch2015-05-123-6069/+0
* Regenerate some proto files after ClsCompliance has been droppedJan Tattermusch2015-05-122-44/+0
* rename FieldPresence to correct nameJan Tattermusch2015-05-122-1/+1
* Fix newline assertion in TestJsonFormatted on monoJan Tattermusch2015-05-121-1/+2
* remove TreatWarningsAsError setting to allow building in MonodevelopJan Tattermusch2015-05-121-2/+0
* Convert back to using NUnit, which is now loaded via NuGet.Jon Skeet2015-05-1237-2627/+2634
* fix commentsJie Luo2015-05-011-1/+1
* Change field_presence_test.protoJie Luo2015-05-011-2/+1
* fix commentsJie Luo2015-04-301-2/+2
* fix commends from Jon SkeetJie Luo2015-04-302-25/+21
* Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-3046-4924/+2840
|\
| * Change to using xUnit for all unit tests, and fetch that via NuGet.Jon Skeet2015-04-3037-3147/+2836
| * Convert both the full and lite runtimes (and json/xml serialization assemblie...Jon Skeet2015-04-2910-1779/+6
* | Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-294-204/+1
|\|
| * Remove CLS compliance from runtime code.Jon Skeet2015-04-291-5/+0
| * Remove support for Serializable.Jon Skeet2015-04-293-198/+0
* | rename FieldPResenceTest.cs fileJie Luo2015-04-291-28/+28
* | Change the package for field_presence_test.protoJie Luo2015-04-292-989/+807
* | field presence Reflection and testsJie Luo2015-04-293-0/+1154
|/
* Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Jon Skeet2015-04-281-0/+3
* Updated set of unit tests and unit test protos.Jon Skeet2015-04-2840-53345/+104882
* First part of making the C# runtime work with the new codegen.Jon Skeet2015-04-284-202/+1
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-1677-0/+65467