This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
from 0cdffebe Polish the example of ProducerBenchmark
new 9f98c85d Delete useless code
new 84ba2251 Apply dotnet-format
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:
.github/workflows/csharp_build.yml | 10 ++-
csharp/examples/ProducerNormalMessageExample.cs | 3 +-
csharp/rocketmq-client-csharp/Client.cs | 6 +-
csharp/rocketmq-client-csharp/ClientConfig.cs | 2 +-
csharp/rocketmq-client-csharp/ClientManager.cs | 13 ++--
.../rocketmq-client-csharp/ClientMeterManager.cs | 2 +-
csharp/rocketmq-client-csharp/IClientConfig.cs | 30 --------
csharp/rocketmq-client-csharp/IRpcClient.cs | 7 +-
csharp/rocketmq-client-csharp/MessageView.cs | 78 ++++++++++----------
csharp/rocketmq-client-csharp/Resource.cs | 1 -
csharp/rocketmq-client-csharp/RpcClient.cs | 15 ++--
csharp/rocketmq-client-csharp/Session.cs | 62 ++++++++--------
csharp/rocketmq-client-csharp/Topic.cs | 84 ----------------------
csharp/rocketmq-client-csharp/Transaction.cs | 4 +-
csharp/tests/ConfigFileCredentialsProviderTest.cs | 2 +-
15 files changed, 97 insertions(+), 222 deletions(-)
delete mode 100644 csharp/rocketmq-client-csharp/IClientConfig.cs
delete mode 100644 csharp/rocketmq-client-csharp/Topic.cs