Project Layout #2
Replies: 5 comments 7 replies
-
A year ago I did a few code samples using ASP.NET gRPC services and I ran into problems with the protos directory path name that took a lot of my time. This directory is where the protobuf file(s) live. So I just did the simplest thing and left it as the VS templates made it. That is probably a good thing to do at least at first. |
Beta Was this translation helpful? Give feedback.
-
Here is more for the project layout, keeping it flat and simple to avoid time consuming issues with file locations, etc. It builds on yours. Where ServiceA is an ASP.NET Core grpc service and ServiceB is an ASP.NET Core WebAPI service. |
Beta Was this translation helpful? Give feedback.
-
I created a branch and added a grpc service. I created a pull request (Scaffold grpc service a dapr#107. Open. georgestevens99 wants to merge 3 commits into dapr:master from adamreed90:Scaffold-grpcServiceA). It is awaiting review. I am worried I did something wrong since it is trying to merge into dapr:master. Please let me know if this is OK. And I used explicit naming, ServiceAgRPC. I dropped the API since all services have APIs. Thus the http WebAPI would be called WebAPIAhttp. I used "A" to allow for the possibility of having multiple gRPC services and or WebAPIs. Any way, naming is the least of my worries since I may have messed up the merge. It is no problem for me to delete everything and start over since I made no code changes. |
Beta Was this translation helpful? Give feedback.
-
I just closed my 3 failed (due to DCOs) PRs on the main Dapr/samples repo. |
Beta Was this translation helpful? Give feedback.
-
@georgestevens99 @paulgyro Who wanted to do what? I would like to handle the gRPC Service, but I'm up for whatever you like. |
Beta Was this translation helpful? Give feedback.
-
Current Layout and Project Owners:
Beta Was this translation helpful? Give feedback.
All reactions