This configuration is not supported?

On Thursday, January 7, 2021 at 2:56:51 PM UTC-5 Tom Hintz wrote:

> I'm experimenting with retro-fitting a .Net 4.8 service with a gRPC 
> service and I'm unclear how this works.  I followed a tutorial that 
> specified adding the following to the project.  I assume the .csproj file:
>
>
>   <ItemGroup>
>     <Protobuf Include="**/*.proto" />
>   </ItemGroup>
>
> This doesn't appear to create output.  I then added a custom pre-build 
> step the produces one file ProtoModels\Licenses.cs.
>
> %USERPROFILE%\.nuget\packages\google.protobuf.tools\3.14.0\tools\windows_x86\protoc.exe
>  
> --proto_path=$(ProjectDir)Protos --csharp_out=$(ProjectDir)ProtoModels  
>  Licenses.proto
>
> In constrast, the Greet sample generates a Greet.cs and GreetgRPC.cs 
> in obj\Debug\netcoreapp3.1.
>
> Can someone clarify the best way to retrofit an older .Net 4.8 visual 
> studio csproj to build a gRpc service?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/404698d1-8df5-49c8-bfbd-68bcac61506cn%40googlegroups.com.

Reply via email to