aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for .NET 3.5 compatibilityJohn Brock2017-02-231-1/+1
| | | | | * 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.
* Remove unnecessary reflection callJon Skeet2016-07-081-19/+2
| | | | | This is the only call to TypeExtensions.IsValueType, so we can remove that method, making the whole type conditionally compiled out for .NET 3.5
* Adding conditional compiler symbol to support .NET 3.5 (#1713)detlevschwabe2016-06-281-1/+2
| | | | * Adding condition compiler symbol to support .NET 3.5
* Tweaks to Profile259 supportJon Skeet2015-07-281-0/+133
- Fix nupec paths - Remove an obsolete part of the JSON build - Add documentation and tests to reflection extension methods, and improve implementations