File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ A migration of a very simple request/response service, using the Calculator samp
44from the ` Basic\GettingStarted\GettingStarted\CS\GettingStarted.sln ` folder in the
55[ WCF Samples] ( https://docs.microsoft.com/dotnet/framework/wcf/samples/ ) .
66
7- This solution demonstrates the generation of the ` .proto ` file from a ` ServiceContract ` , and the
7+ This solution demonstrates the generation of
8+ [ the ` .proto ` file] ( https://github.com/VisualReCode/Examples/blob/master/BasicCalculator/gRPC/src/BasicCalculatorCore/Protos/basic_calculator_core.proto )
9+ from a ` ServiceContract ` , and the
810generated gRPC service implementation that maps to a copy of the original service implementation.
911
1012It also includes a generated "client wrapper" that matches the interface of the original WCF-generated
You can’t perform that action at this time.
0 commit comments