485 Commits (9f5aed39eace818ca574cde02c222e60e730f6d8)

Author SHA1 Message Date
Jon Skeet 837db77ecf Remove C# code specific to .NET 3.5 3 years ago
David L. Jones 7f2368933a Re-generate csharp and php golden proto files after changes to descriptor.proto. 3 years ago
Vassil Kovatchev 9d7a449e5c Fix failing FieldMask.Merge for well-known wrapper field types 3 years ago
Jon Skeet c32d7ec2ab Helper method on Any to allow an any to be unpacked more easily 3 years ago
Joshua Haberman dc4aad931e Sync from Piper @444600173 3 years ago
Jon Skeet 82d04fabd9 Remove unnecessary console output from test 3 years ago
Mike Kruskal a29e0e3f44 Sync from Piper @439400376 3 years ago
Jon Skeet 9e6e4eb425 Generated code for test protos for issue #9605 3 years ago
Jon Skeet e2f845b2f1 Test proto and unit test for issue #9605 3 years ago
Jon Skeet e1e9d3e6da Normalize all C# and .proto files to LF 3 years ago
mkruskal-google a114b008a2 Reverting change to target frameworks that breaks kokoro 3 years ago
Jensaarai 10df21ed5e Add .NET 6 target to Google.Protobuf test projects 3 years ago
Darly Paredes a4c9effec1 Sync from Piper @436517178 3 years ago
James Newton-King e5ae3bb763
[C#] Update GetExtension to support getting typed value (#9655) 3 years ago
Adam Cozzette b20209f321 Sync from Piper @acozzette/proto_github_202203101748 3 years ago
Junrou Nishida 92cdf87f1a
[C#] fix parse failure for extensions with large field numbers (#9591) 3 years ago
ObsidianMinor 013e115231
Add an option to preserve proto names in JsonFormatter (#6307) 3 years ago
Joshua Haberman dce403a8b3 Sync from Piper @427369078 3 years ago
Elliotte Rusty Harold 867436c0b8
add test for clone of non-empty message (#9193) 3 years ago
Jon Skeet b926a7d209 Add ToProto() method to all C# descriptor classes 3 years ago
James Newton-King 22462b0c52
Fix trim warnings 3 years ago
James Newton-King c685d79368
Fix test 3 years ago
James Newton-King 0f33dc4380
Fix tests 3 years ago
James Newton-King aa15931050
Update .NET SDKs to LTS versions 3 years ago
Adam Cozzette 9c3af64ae4
Update checked-in C# generated code (#9158) 3 years ago
Joshua Haberman e5c570bb57 Sync from Piper @395706834 3 years ago
Adam Cozzette 562fc946c7 Sync from Piper @388508285 4 years ago
Mark Young 9848fe2bf7 [csharp] ByteString.CreateCodedInput should use ArraySegment offset and count 4 years ago
Joshua Haberman 9521803d40 Sync from Piper @375548932 4 years ago
Jensaarai 1252f3e147 More Code Review Updates 4 years ago
Jan Tattermusch 2f0e269725 improve readability of MessageParsingHelpers 4 years ago
Jan Tattermusch 89244fe167 make public API take ReadOnlySpan<byte> without "ref" 4 years ago
Jensaarai 5095b68183 Code Review Feedback 4 years ago
Jensaarai 76e3ffd9f0 C#: Add ParseFrom/MergeFrom ReadOnlySpan<byte> 4 years ago
Derek Perez 4008d229aa Sync from Piper @366297034 4 years ago
Joshua Haberman 96307d28f6 Sync from Piper @364389596 4 years ago
James Newton-King e4cd821f21
Add comments 4 years ago
James Newton-King 8932446d9e
Improve WriteString perf with SIMD 4 years ago
James Newton-King cb246b8032
Optimize writing small strings 4 years ago
James Newton-King 69223b8386
Clean up 4 years ago
James Newton-King 542c0cc9d3
Fix missing key and test 4 years ago
Jon Skeet f01d9e5601 Add an extension registry option when parsing file descriptors 4 years ago
Jon Skeet cea3653a2e Include the size of values (and tags) for extensions, even if the value is the default 4 years ago
Jan Tattermusch 930ab0f33d C#: do not use <PublicSign>true</PublicSign> on non-windows 4 years ago
James Newton-King e794919f6b
PR feedback 4 years ago
James Newton-King 79f5bad83c
Change ByteString to use memory and support unsafe create without copy 4 years ago
James Newton-King e91922a4e7 Additional test 4 years ago
James Newton-King e57f761e7b Fix parsing negative Int32Value that crosses segment boundary 4 years ago
James Newton-King fdf4ef62a5
Additional test 4 years ago
James Newton-King d8800ae2f3
Fix parsing negative Int32Value that crosses segment boundary 4 years ago