aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/FieldCodecTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* Remove the executable bit from several source code filesSebastian Schuberth2018-06-251-0/+0
| | | | This potentially avoids compiler warnings.
* Fixes for .NET 3.5 compatibilityJohn Brock2017-02-231-1/+4
| | | | | * Changing DOTNET35 framework symbols in preprocessor directives to the default built-in value of NET35. * Adding extension method StreamExtension.CopyTo for .NET 3.5 because it didn’t exist until .NET 4, and adding associated unit tests.
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵Jon Skeet2016-07-141-1/+2
| | | | | | | 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
* Regenerate all C# code and make it compileJon Skeet2016-04-201-1/+1
| | | | JSON tests fail, as we're not using OriginalNameAttribute yet.
* Fix build warnings around unused variablesJon Skeet2015-08-041-0/+2
|
* Expose Coded*Stream constructors directly.Jon Skeet2015-08-031-8/+8
|
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+193
We'll see what I've missed when CI fails...