aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Conformance/Program.cs
Commit message (Collapse)AuthorAgeFilesLines
* add some test proto2 supported, add js proto2 supported, fixed some errorYilun Chong2017-06-301-5/+5
|
* change php objc nodejs csharp rubyYilun Chong2017-06-291-16/+15
|
* fix csharp conformance testYilun Chong2017-06-281-1/+1
|
* fix csharp conformance testYilun Chong2017-06-281-16/+16
|
* fix csharpYilun Chong2017-06-281-15/+15
|
* add csharp supportYilun Chong2017-06-281-2/+16
|
* Factored Conformance and Benchmark test messages into shared test schema. ↵Joshua Haberman2016-12-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1971) * Factored Conformance test messages into shared test schema. * Updated benchmarks to use new proto3 message locations. * Fixed include path. * Conformance: fixed include of Python test messages. * Make maven in Rakefile use --batch-mode. * Revert changes to benchmarks. On second thought I think a separate schema for CPU benchmarking makes sense. * Try regenerating C# protos for new test protos. * Removed benchmark messages from test proto. * Added Jon Skeet's fixes for C#. * Removed duplicate/old test messages C# file. * C# fixes for test schema move. * Fixed C# to use the correct TestAllTypes message. * Fixes for Objective C test schema move. * Added missing EXTRA_DIST file.
* Regenerate all C# code and make it compileJon Skeet2016-04-201-2/+2
| | | | JSON tests fail, as we're not using OriginalNameAttribute yet.
* 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...