1. 08 Jul, 2016 1 commit
    • Jon Skeet's avatar
      Remove unnecessary reflection call · 3df146e1
      Jon Skeet authored
      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
      3df146e1
  2. 28 Jun, 2016 1 commit
  3. 28 Jul, 2015 1 commit
    • Jon Skeet's avatar
      Tweaks to Profile259 support · 0802d56f
      Jon Skeet authored
      - Fix nupec paths
      - Remove an obsolete part of the JSON build
      - Add documentation and tests to reflection extension methods, and improve implementations
      0802d56f
  4. 27 Jul, 2015 1 commit
    • Jon Skeet's avatar
      First attempt at using profile 259 for Google.Protobuf. · 0dbd5ec8
      Jon Skeet authored
      This requires .NET 4.5, and there are a few compatibility changes required around reflection.
      Creating a PR from this to see how our CI systems handle it. Will want to add more documentation,
      validation and probably tests before merging.
      
      This is in aid of issue #590.
      0dbd5ec8