aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Conformance/Program.cs
Commit message (Collapse)AuthorAgeFilesLines
* Report serialization errors in conformance testsJon Skeet2016-01-151-8/+15
|
* JSON conformance test fixesJon Skeet2016-01-131-0/+4
| | | | | - Spot an Any without a type URL - In the conformance test runner, catch exceptions due to generally-invalid JSON
* Add JSON parsing to conformance tests.Jon Skeet2015-12-161-19/+24
|
* First pass at C# conformance tests.Jon Skeet2015-08-051-0/+126
Completely untested so far - easier to get started in VS and then transfer to Linux for tweaking...