Varorbc

Results 69 comments of Varorbc

> That's been the behavior since 8.0. @javiercn I noticed it works great on 8.0, but there's an issue only in 9.0

@javiercn I'm really curious why it's running twice. The first time it runs, Activity.Current is available, but the second time it's not, which causes the RequestId to show up and...

@jt-nti please review

My negligence, I have fixed it.

The build failed. What should I do?

Do you mean that I changed the namespace of KvQueryResult to this`Hyperledger.Fabric.Protos.Queryresult.KvQueryResult.cs`? R in the word QueryResult is lowercase instead of uppercase?

@jt-nti This is a [naming convention](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names), and C# developers prefer PascalCase style.

@jt-nti I think it's all right whether the abbreviation of a phrase is capitalized or capitalized, depending on which one you think is better, but there are some special cases,...

I see that MSPConfig is used [here](https://github.com/hyperledger/fabric-protos/blob/f257e2aaaed762db6c6e5e72bc0174b1f213f690/msp/msp_config.proto#L16), not MspConfig. I see that SmartBFT is used [here](https://hyperledger-fabric.readthedocs.io/en/latest/orderer/ordering_service.html#bft), not SmartBft.

Yes, it seems that there is no way to customize the message name.