Can't get gRPC to work on an existing ASP.NET Core project
I'm trying to add gRPC to an existing ASP.NET Core 7 project. It is an older code-base so its not using the modern WebApplication.CreateBuilder(args) approach. This is my Configure method where I added MapGrpcService and MapGrpcReflectionService in the endpoint mapping…