Code-First = protobuf-net.Grpc.AspNetCore
Contract-First = Grpc.AspNetCore
I followed the example projects and they communicate without error to their respective server client. However, if I mix and match (code-first to contract-first or vice versa) I get a method not implemented exception. The proto file matches the code first structure.
Is this a limitation of these approaches?
If so, how do we use Contract-First without writing mapper classes from existing entities to the ones defined in the protos file?
Defining the Code-First service with the correct annotations works: