Skip to content

Commit ea5e955

Browse files
author
John Luo
authored
Set namespace of gRPC template (#9907)
1 parent 4cb86bc commit ea5e955

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/Protos/greet.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
syntax = "proto3";
22

3+
option csharp_namespace = "GrpcService_CSharp";
4+
35
package Greet;
46

57
// The greeting service definition.

src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/Services/GreeterService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Threading.Tasks;
5-
using Greet;
65
using Grpc.Core;
76

87
namespace GrpcService_CSharp

0 commit comments

Comments
 (0)