This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.
from 6583f4e THRIFT-5369: Use MaxMessageSize to check container sizes
new 6228b90 THRIFT-5395 inconsistent treatment of methods ending in
"Async" Client: netstd Patch: Jens Geyer
new 2b2ea62 THRIFT-5396 deprecate "Async" method postfix Client: netstd
Patch: Jens Geyer
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cpp/src/thrift/generate/t_netstd_generator.cc | 128 +++++++++++++++------
.../cpp/src/thrift/generate/t_netstd_generator.h | 7 +-
.../GlobalSuppressions.cs | 9 ++
.../Impl/Thrift5253/MyService.cs | 23 +++-
.../Thrift5253.thrift | 4 +
test/netstd/Client/GlobalSuppressions.cs | 26 -----
test/netstd/Client/TestClient.cs | 70 +++++------
test/netstd/Server/GlobalSuppressions.cs | 26 -----
test/netstd/Server/TestServer.cs | 47 ++++----
tutorial/netstd/Client/Program.cs | 44 ++++---
tutorial/netstd/Server/Program.cs | 95 ++++++---------
11 files changed, 246 insertions(+), 233 deletions(-)
create mode 100644
lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/GlobalSuppressions.cs
delete mode 100644 test/netstd/Client/GlobalSuppressions.cs
delete mode 100644 test/netstd/Server/GlobalSuppressions.cs