История коммитов

Автор SHA1 Сообщение Дата
  avgweb ad2d775e1b Replace StringBuilder with TextWriter in JsonFormatter 9 лет назад
  Jon Skeet 7762f163a4 Rename Preconditions to ProtoPreconditions 9 лет назад
  Jon Skeet dd43dcca8c Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw 9 лет назад
  Jan Tattermusch 8c5260b21b Merge pull request #1096 from jskeet/custom-to-string 9 лет назад
  Jon Skeet 52db5139c4 Change handling of unknown enums: we now write out the value as a number. 9 лет назад
  Jon Skeet f437b67f60 Extra strictness for FieldMask conversion 9 лет назад
  Jon Skeet 1fc485928f Fixes to JSON timestamp/duration representations 9 лет назад
  Jon Skeet 5dba7d7b4c Introduce ICustomDiagnosticMessage to allow for custom string formatting 9 лет назад
  Jon Skeet b4a58173f2 Ensure all formatted well-known-type values are valid JSON 9 лет назад
  Jon Skeet aabc6c411a Make ToString() valid without a type registry 9 лет назад
  Jon Skeet 3de2fced6b Handle JSON parsing for Any. 10 лет назад
  Jon Skeet 567579b505 JSON formatting for Any. 10 лет назад
  Jon Skeet 72ec33676f Tidy up reflection in advance of attempting to implement DynamicMessage. 10 лет назад
  Jon Skeet 284bb452e4 Generated code changes and manual changes for previous commit. 10 лет назад
  Jon Skeet fb2488225f Implement JSON parsing in C#. 10 лет назад
  Jon Skeet 9ed6d4da37 Support ToString in RepeatedField and MapField. 10 лет назад
  Jon Skeet 6f300442bc Tidying up - fix a bunch of TODOs and remove outdated ones. 10 лет назад
  Jon Skeet d77d70d227 Merge pull request #691 from jskeet/xml-documentation 10 лет назад
  Jon Skeet 811fc89f0e Document everything, and turn on errors if we fail to document anything in the future. 10 лет назад
  Jon Skeet 99a81d297c Fix build warnings around unused variables 10 лет назад
  Jon Skeet 0e30de3d6b JSON formatting for FieldMask 10 лет назад
  Jon Skeet e7caf15577 Initial pass at formatting Struct as JSON. 10 лет назад
  Jon Skeet 801b169bce Addressed issues raised in code review. Will merge when green. 10 лет назад
  Jon Skeet 16e272e0c4 Format JSON for Duration and Timestamp. 10 лет назад
  Jon Skeet 4fed0b515f Fix JSON formatting to always emit fields in field order, including oneofs 10 лет назад
  Jon Skeet 68380f0f66 Rename ThrowHelper to Preconditions and make it public - we'll want to use it from the generated code soon. 10 лет назад
  Jon Skeet c1c6b2d0d5 Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorCollection. 10 лет назад
  Jon Skeet 53c399a1d6 Revamp to reflection. 10 лет назад
  Jon Skeet c9fd53a3b7 First part of JSON formatting for well-known types. I think we need a reflection API rethink before doing the rest. 10 лет назад
  Jon Skeet 59eeebee87 First pass at the big rename from ProtocolBuffers to Google.Protobuf. 10 лет назад