|
You are here |
dylanbeattie.net | ||
| | | | |
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 | |
| | | | |
haacked.com
|
|
| | | | | Comparing setting up a PostgreSql dependency using Docker vs using .NET Aspire? | |
| | | | |
www.leerichardson.com
|
|
| | | | | A blog about dev: web and mobile, especially .Net, OSS and CI. | |
| | | | |
geekken.blog
|
|
| | | 1 post published by Geek Ken on November 1, 2022 | ||