Skip to content

Commit b2e9a92

Browse files
authored
Merge pull request asynkron#250 from raskolnikoov/dev
Hotfix handlebars markup
2 parents a91aa3e + da27344 commit b2e9a92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

protobuf/ProtoGrainGenerator/ProtoGrainGenerator.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp1.1</TargetFramework>
66
<AssemblyName>protograin</AssemblyName>
7+
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
78
</PropertyGroup>
89

910
<ItemGroup>

protobuf/ProtoGrainGenerator/Template.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public async Task ReceiveAsync(IContext context)
9191
switch (request.Method)
9292
{
9393
{{#each Methods}}
94-
case ""SayHello"":
94+
case ""{{Name}}"":
9595
{
9696
var r = {{InputName}}.Parser.ParseFrom(request.MessageData);
9797
try

0 commit comments

Comments
 (0)