index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
csharp
/
src
/
Google.Protobuf.Test
Commit message (
Expand
)
Author
Age
*
Allow list values to be null when parsing
Jon Skeet
2018-03-01
*
Add DiscardUnknownFields support for C#
Jon Skeet
2018-01-15
*
Add auto-generated header to C# generated files (#4038)
Jan Tattermusch
2017-12-13
*
Add unknown field support for csharp (#3936)
Jie Luo
2017-12-13
*
Regenerated code from previous C# codegen commit
Jon Skeet
2017-12-09
*
Compare floating point values bitwise in C#
Jon Skeet
2017-12-09
*
Remove non-C# options from C#-only test protos
Jon Skeet
2017-11-14
*
MMinor fix-ups to C# tests from changes in earlier commits
Jon Skeet
2017-11-12
*
Regenerated test code for C#
Jon Skeet
2017-11-12
*
Fix merging with message-valued oneof
Jon Skeet
2017-10-31
*
Add JsonParser setting to ignore unknown field values
Jon Skeet
2017-10-28
*
Detect invalid tags with a field number of 0 in C#
Jon Skeet
2017-08-11
*
Update the comment on the message_type to cover what it should be.
Thomas Van Lenten
2017-07-26
*
Merge pull request #3281 from BSBandme/ConformanceTestYilunChong
Yilun Chong
2017-07-24
|
\
*
|
C#: Implement IReadOnlyDictionary<K,V> in MapField<K,V>
Jean-Rémy Bancel
2017-07-12
|
*
fix php failing list and csharp generated proto
Yilun Chong
2017-07-05
*
|
Ensure leaveOpen is true when writing to a buffer
Jon Skeet
2017-07-04
*
|
Make Any easier to work with in C#
Jon Skeet
2017-07-03
|
/
*
update csharp README and fix .NET 3.5 build error
John Brock
2017-05-25
*
Convert C# projects to MSBuild (csproj) format
Jon Skeet
2017-05-24
*
Add FormatEnumAsInt support for Json Format. And scale JsonFormatter.Settings...
Jie Luo
2017-03-24
*
There might be duplicated enum values when allow_alias is true. Add Preferred...
Jie Luo
2017-02-28
*
Upgrading test-related libraries
John Brock
2017-02-23
*
Fixes for .NET 3.5 compatibility
John Brock
2017-02-23
*
Fix CopyTo argument validation
Jon Skeet
2017-02-06
*
Add Oneof custom options test
Jie Luo
2017-01-27
*
Support custom options in C#
Jon Skeet
2017-01-19
*
Add ByteString.FromStream and ByteString.FromStreamAsync in C#
Jon Skeet
2017-01-10
*
Give C# ByteString a sensible GetHashCode implementation.
Jon Skeet
2016-12-16
*
remove leading whitespace in C# xml comments
Jan Tattermusch
2016-12-12
*
Factored Conformance and Benchmark test messages into shared test schema. (#1...
Joshua Haberman
2016-12-03
*
Fix csharp/src/Google.Protobuf.Test/project.json
Julien Brianceau
2016-11-14
*
Change JSON field name formatting
Jon Skeet
2016-11-03
*
Bring C#'s ToPascalCase method in line with C++.
Jon Skeet
2016-07-27
*
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target pla...
Jon Skeet
2016-07-14
*
Implement RepeatedField.AddRange (#1733)
Jon Skeet
2016-07-13
*
Remove unnecessary reflection call
Jon Skeet
2016-07-08
*
Changes to generated code from previous commit
Jon Skeet
2016-07-04
*
Adding conditional compiler symbol to support .NET 3.5 (#1713)
detlevschwabe
2016-06-28
*
Expose JsonFormatter.WriteValue.
Jon Skeet
2016-06-23
*
Move test for standalone BoolValue to JsonParserTest
Jon Skeet
2016-05-11
*
Fixed parsing of BoolValue.
Jos Hickson
2016-05-11
*
Allow custom type URL prefixes in Any.Pack
Jon Skeet
2016-04-29
*
Regenerate all C# code and make it compile
Jon Skeet
2016-04-20
*
Remove duplicate test cases.
Jon Skeet
2016-04-01
*
Code review fixes
alien
2016-03-29
*
csharp: add support for the json_name option
alien
2016-03-18
*
Replace StringBuilder with TextWriter in JsonFormatter
avgweb
2016-03-06
*
Fix copy/paste typo in CodedInputStreamTest
Jon Skeet
2016-03-01
*
Implement IDisposable for CodedInputStream and CodedOutputStream
Jon Skeet
2016-02-29
[next]