aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf.Conformance
Commit message (Collapse)AuthorAge
* Add auto-generated header to C# generated files (#4038)Gravatar Jan Tattermusch2017-12-13
| | | | | | * Add auto-generated header to C# generated files * regenerate C# protos
* Add unknown field support for csharp (#3936)Gravatar Jie Luo2017-12-13
| | | Add unknown field support for csharp
* Update the comment on the message_type to cover what it should be.Gravatar Thomas Van Lenten2017-07-26
|
* delete backup filesGravatar Yilun Chong2017-07-05
|
* fix php failing list and csharp generated protoGravatar Yilun Chong2017-07-05
|
* add some test proto2 supported, add js proto2 supported, fixed some errorGravatar Yilun Chong2017-06-30
|
* change php objc nodejs csharp rubyGravatar Yilun Chong2017-06-29
|
* fix csharp conformance testGravatar Yilun Chong2017-06-28
|
* fix csharp conformance testGravatar Yilun Chong2017-06-28
|
* fix csharpGravatar Yilun Chong2017-06-28
|
* add csharp supportGravatar Yilun Chong2017-06-28
|
* Convert C# projects to MSBuild (csproj) formatGravatar Jon Skeet2017-05-24
| | | | | | | | | | | | | | | | | This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.
* remove leading whitespace in C# xml commentsGravatar Jan Tattermusch2016-12-12
|
* Factored Conformance and Benchmark test messages into shared test schema. ↵Gravatar Joshua Haberman2016-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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)Gravatar Thomas Van Lenten2016-08-16
| | | | Add more JSON tests around underscores
* Regenerate conformance files to include extra oneof fields.Gravatar Jon Skeet2016-08-15
| | | | | | 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 ↵Gravatar Jon Skeet2016-07-14
| | | | | | | 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 commitGravatar Jon Skeet2016-07-04
|
* Regenerate all C# code and make it compileGravatar Jon Skeet2016-04-20
| | | | JSON tests fail, as we're not using OriginalNameAttribute yet.
* Generated code changes from previous commitGravatar Jon Skeet2016-02-04
|
* Generated code for GeneratedCodeInfo changeGravatar Jon Skeet2016-02-04
|
* Report serialization errors in conformance testsGravatar Jon Skeet2016-01-15
|
* JSON conformance test fixesGravatar Jon Skeet2016-01-13
| | | | | - 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 notesGravatar Jon Skeet2016-01-04
| | | | | 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-formatGravatar Jon Skeet2015-12-17
|\ | | | | Handle Any formatting for diagnostic purposes
* | Add JSON parsing to conformance tests.Gravatar Jon Skeet2015-12-16
| |
| * Generated code changes from previous commit.Gravatar Jon Skeet2015-12-15
|/
* Generated code changes for previous commit (basically ↵Gravatar Jon Skeet2015-11-22
| | | | InternalBuildGeneratedFileFrom => FromGeneratedCode)
* Generated code from previous commit.Gravatar Jon Skeet2015-11-19
|
* Generated code changes and manual changes for previous commit.Gravatar Jon Skeet2015-11-09
|
* Generated code for previous commit.Gravatar Jon Skeet2015-11-06
|
* Generated code for previous commit (oneof case contributing to hash code and ↵Gravatar Jon Skeet2015-10-24
| | | | equality).
* Generated code from previous commit.Gravatar Jon Skeet2015-10-01
|
* Fix typo in oneof case enum commentGravatar Jon Skeet2015-09-30
|
* Generated code changes for previous commit.Gravatar Jon Skeet2015-09-29
|
* Generated code for previous commitGravatar Jon Skeet2015-09-29
|
* Regenerated code. Most changes are whitespace, removing trailing spaces.Gravatar Jon Skeet2015-09-01
| | | | Other changes are due to the well-known types changing without us regenerating.
* Generated code for previous commit.Gravatar Jon Skeet2015-08-06
|
* Generated code changes for previous commit.Gravatar Jon Skeet2015-08-05
|
* Update AssemblyInfo for conformance - mostly to fix version numbers.Gravatar Jon Skeet2015-08-05
|
* Generated code changes for previous commit.Gravatar Jon Skeet2015-08-05
|
* First pass at C# conformance tests.Gravatar Jon Skeet2015-08-05
Completely untested so far - easier to get started in VS and then transfer to Linux for tweaking...