Grpc-dotnet: Create grpc templates

Created on 7 Jan 2019  路  3Comments  路  Source: grpc/grpc-dotnet

  • [x] Identify what templates. Initial proposal: client, client/server, server
  • [x] Decide on languages supported. C# only or add F#
  • [x] Create new templates (in aspnet/templates?)
  • [x] Decide on default proto file location
  • [x] How are proto files referenced by client project (e.g. service reference?)
enhancement

Most helpful comment

For the first preview we are looking to ship a server and client multi-project template which will reference the .proto file explicitly for c# only. F#, service reference and POCO class support will be tracked separately.

All 3 comments

From C# interface and POCO class generate proto file?

cc @shirhatti

For the first preview we are looking to ship a server and client multi-project template which will reference the .proto file explicitly for c# only. F#, service reference and POCO class support will be tracked separately.

Was this page helpful?
0 / 5 - 0 ratings