This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a change to branch feature/enable_markdown_lint
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
omit 66c338b Enable markdown lint
omit 9da25a0 Complete SimpleConsumer example (#222)
add cc82612 Enable markdown lint
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (66c338b)
\
N -- N -- N refs/heads/feature/enable_markdown_lint (cc82612)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
cpp/README.md | 64 ++----
cpp/docs/gtest.md | 14 +-
cpp/docs/test_coverage.md | 8 +-
csharp/examples/Program.cs | 70 ++-----
csharp/rocketmq-client-csharp/AccessPoint.cs | 28 ++-
csharp/rocketmq-client-csharp/Client.cs | 265 ++++++++++--------------
csharp/rocketmq-client-csharp/ClientConfig.cs | 24 ++-
csharp/rocketmq-client-csharp/ClientManager.cs | 15 +-
csharp/rocketmq-client-csharp/IClient.cs | 6 +-
csharp/rocketmq-client-csharp/IClientConfig.cs | 4 +
csharp/rocketmq-client-csharp/Producer.cs | 4 +-
csharp/rocketmq-client-csharp/RpcClient.cs | 9 +-
csharp/rocketmq-client-csharp/Session.cs | 48 +++--
csharp/rocketmq-client-csharp/Signature.cs | 10 +-
csharp/rocketmq-client-csharp/SimpleConsumer.cs | 232 +++++++++------------
csharp/tests/ClientManagerTest.cs | 2 +-
csharp/tests/ProducerTest.cs | 138 ++++++------
csharp/tests/RpcClientTest.cs | 6 +-
csharp/tests/SignatureTest.cs | 11 +-
csharp/tests/SimpleConsumerTest.cs | 20 +-
20 files changed, 420 insertions(+), 558 deletions(-)