关于[Don't Do It All Yourself: Exploiting gRPC Well Known Types in .NET Core]的摘要:
In an earlier column, I described how to define the message formats that clients can use to communicate with your gRPC services. I followed that up with another column that showed how you can re-use and import definitions. I mention those columns because in both of them I whined about how the Protocol Buffer (ProtoBuf) specification doesn't include some data types that I take for granted: date and decimal, to be precise (out of the box, ProtoBuf expects you to use the imprecise float type for data with decimals).
原文地址: https://visualstudiomagazine.com/articles/2020/01/16/grpc-well-known-types.aspx