aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Conformance
Commit message (Collapse)AuthorAgeFilesLines
* remove leading whitespace in C# xml commentsJan Tattermusch2016-12-121-22/+22
|
* Factored Conformance and Benchmark test messages into shared test schema. ↵Joshua Haberman2016-12-033-3643/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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.
* Add more JSON tests around underscores (#1963)Thomas Van Lenten2016-08-161-37/+210
| | | | Add more JSON tests around underscores
* Regenerate conformance files to include extra oneof fields.Jon Skeet2016-08-151-83/+242
| | | | | | This should fix the failures in the conformance tests - although it highlights the problem that we need to do this when changing the conformance.proto file...
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵Jon Skeet2016-07-145-115/+38
| | | | | | | platform (#1727) Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform This also updates the version number to 3.0.0-beta4
* Changes to generated code from previous commitJon Skeet2016-07-041-7/+197
|
* Regenerate all C# code and make it compileJon Skeet2016-04-202-27/+27
| | | | JSON tests fail, as we're not using OriginalNameAttribute yet.
* Generated code changes from previous commitJon Skeet2016-02-041-14/+14
|
* Generated code for GeneratedCodeInfo changeJon Skeet2016-02-041-5/+5
|
* 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
* Fix C# source generation shell script and remove out of date notesJon Skeet2016-01-041-114/+1300
| | | | | The conformance tests now use types which are part of src/google/protobuf, so we need to include src in the proto path. The notes around "fix-ups" have been out of date for some time now.
* Merge pull request #1049 from jskeet/any-formatJon Skeet2015-12-171-5/+5
|\ | | | | Handle Any formatting for diagnostic purposes
| * Generated code changes from previous commit.Jon Skeet2015-12-151-5/+5
| |
* | Add JSON parsing to conformance tests.Jon Skeet2015-12-161-19/+24
|/
* Generated code changes for previous commit (basically ↵Jon Skeet2015-11-221-1/+1
| | | | InternalBuildGeneratedFileFrom => FromGeneratedCode)
* Generated code from previous commit.Jon Skeet2015-11-191-4/+4
|
* Generated code changes and manual changes for previous commit.Jon Skeet2015-11-091-6/+6
|
* Generated code for previous commit.Jon Skeet2015-11-061-0/+2
|
* Generated code for previous commit (oneof case contributing to hash code and ↵Jon Skeet2015-10-241-0/+6
| | | | equality).
* Generated code from previous commit.Jon Skeet2015-10-011-0/+128
|
* Fix typo in oneof case enum commentJon Skeet2015-09-301-3/+3
|
* Generated code changes for previous commit.Jon Skeet2015-09-291-2/+2
|
* Generated code for previous commitJon Skeet2015-09-291-0/+6
|
* Regenerated code. Most changes are whitespace, removing trailing spaces.Jon Skeet2015-09-011-110/+110
| | | | Other changes are due to the well-known types changing without us regenerating.
* Generated code for previous commit.Jon Skeet2015-08-061-20/+5
|
* Generated code changes for previous commit.Jon Skeet2015-08-051-15/+5
|
* Update AssemblyInfo for conformance - mostly to fix version numbers.Jon Skeet2015-08-051-23/+35
|
* Generated code changes for previous commit.Jon Skeet2015-08-051-0/+5
|
* First pass at C# conformance tests.Jon Skeet2015-08-055-0/+2629
Completely untested so far - easier to get started in VS and then transfer to Linux for tweaking...