aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/WellKnownTypes
Commit message (Expand)AuthorAgeFilesLines
* implement IComparable and comparison operators on Timestamp (#4318)Warren Falk2018-07-091-0/+101
* Compare floating point values bitwise in C#Jon Skeet2017-12-091-0/+11
* MMinor fix-ups to C# tests from changes in earlier commitsJon Skeet2017-11-121-3/+3
* Make Any easier to work with in C#Jon Skeet2017-07-031-0/+28
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target pla...Jon Skeet2016-07-142-3/+3
* Move test for standalone BoolValue to JsonParserTestJon Skeet2016-05-111-7/+0
* Fixed parsing of BoolValue.Jos Hickson2016-05-111-0/+7
* Allow custom type URL prefixes in Any.PackJon Skeet2016-04-291-0/+27
* Add more tests around merging wrappersJon Skeet2016-02-151-2/+41
* Ensure that FieldMask, Timestamp and Duration ToString() calls don't throwJon Skeet2016-01-203-0/+78
* Fixes to JSON timestamp/duration representationsJon Skeet2016-01-152-5/+48
* Fix handling of repeated wrappersJon Skeet2016-01-151-0/+24
* Prohibit null values in map fieldsJon Skeet2016-01-111-6/+5
* Make ToString() valid without a type registryJon Skeet2015-12-151-0/+23
* Fix clearing wrapper type fields with reflection.Jon Skeet2015-10-301-0/+10
* Pack/Unpack implementation for Any.Jon Skeet2015-09-041-0/+66
* Generated code for previous commit.Jon Skeet2015-08-061-0/+23
* Expose Coded*Stream constructors directly.Jon Skeet2015-08-031-1/+1
* Well-known type operations for Timestamp and Duration (but not JSON formatting).Jon Skeet2015-07-312-0/+188
* Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorColle...Jon Skeet2015-07-221-16/+16
* First pass at making field access simpler.Jon Skeet2015-07-221-3/+3
* Revamp to reflection.Jon Skeet2015-07-211-3/+3
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+326