 
      
    | You are here | grpc.io | ||
| | | | | johnnyreilly.com | |
| | | | | ESLint provides linting for TypeScript and JavaScript in VS Code. A similar experience is available for C# in VS Code through Roslyn Analyzers. | |
| | | | | natemcmaster.com | |
| | | | | Blog posts about software development, plus some other stuff. | |
| | | | | whatibroke.com | |
| | | | | Hey everyone, Just a quick post on how to use postman with a gRPC endpoint using .net core. Add the grpc reflection package to your project: dotnet add package Grpc.AspNetCore.Server.Reflection Add to the container and include the middleware in your program.cs: builder.Services.AddGrpc(); # Add this line. builder.Services.AddGrpcReflection(); var app = builder.Build(); app.MapGrpcService(); # Add this | |
| | | | | www.rpgfan.com | |
| | | Extensive RPG coverage since 1998 | ||