aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/MessageExtensions.cs
Commit message (Collapse)AuthorAgeFilesLines
* Expose Coded*Stream constructors directly.Jon Skeet2015-08-031-5/+5
|
* Rename ThrowHelper to Preconditions and make it public - we'll want to use ↵Jon Skeet2015-07-301-14/+14
| | | | | | | it from the generated code soon. Additionally, change it to return the value passed, and make it generic with a class constraint. A separate method doesn't have the class constraint, for more unusual scenarios.
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+113
We'll see what I've missed when CI fails...