Skip to content

rars/JsonTranscodingDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Build the nuget package for JsonTranscoding.Protos. From the project root:
dotnet pack JsonTranscoding.Protos\JsonTranscoding.Protos.csproj --output=publish
  1. Add the above local publish folder from your filesystem to your NuGet package sources under Manage Nuget Package Sources so that VS can find it. This avoids having to publish it to a NuGet repository.
  2. Then the restore for MyGrpcService should work on build.
  3. Run the MyGrpcService project in VS. The console should output something like:

Now listening on: https://localhost:7119

  1. Go to a browser and verify that e.g. the request https://localhost:7119/v1/greeter/richard works and returns Hello Richard.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages