1. 17 Dec, 2015 1 commit
  2. 16 Dec, 2015 4 commits
  3. 15 Dec, 2015 2 commits
    • Jon Skeet's avatar
      Generated code changes from previous commit. · adee6fe3
      Jon Skeet authored
      adee6fe3
    • Jon Skeet's avatar
      Make ToString() valid without a type registry · aabc6c41
      Jon Skeet authored
      This addresses issue #1008, by creating a JsonFormatter which is private and only different
      to JsonFormatter.Default in terms of reference equality.
      
      Other plausible designs:
      
      - The same, but expose the diagnostic-only formatter
      - Add something to settings to say "I don't have a type registry at all"
      - Change the behaviour of JsonFormatter.Default (bad idea IMO, as we really *don't* want the result of this used as regular JSON to be parsed)
      
      Note that just trying to find a separate fix to issue #933 and using that to override Any.ToString() differently wouldn't work for messages that *contain* an Any.
      
      Generated code changes follow in the next commit.
      aabc6c41
  4. 12 Dec, 2015 1 commit
  5. 11 Dec, 2015 1 commit
  6. 10 Dec, 2015 5 commits
  7. 09 Dec, 2015 5 commits
  8. 08 Dec, 2015 6 commits
  9. 07 Dec, 2015 5 commits
  10. 06 Dec, 2015 1 commit
  11. 05 Dec, 2015 3 commits
  12. 04 Dec, 2015 2 commits
  13. 03 Dec, 2015 3 commits
  14. 02 Dec, 2015 1 commit