That would prpbably be a great question for James NK over on the relevant GitHub repo. IIRC the sample server includes reflection, though: https://github.com/grpc/grpc-dotnet/
On Sat, 14 Dec 2019, 12:22 erik stroeken, <[email protected]> wrote: > Thanks Nadav Samet > I've been trying to implement the concepts described in > https://github.com/grpc/grpc/blob/master/doc/server-reflection.md and for > C#: > https://github.com/grpc/grpc/blob/master/doc/csharp/server_reflection.md in > the implementation of ASP.NET Core. You have to somehow configure Kestrel > to enable Reflection first. I just don't succeed and have to give up. Does > somebody know how to enable serverside reflection in ASP.NET Core with > Kestrel? Or even better has a complete working example of serverside > reflection in C# ASP.NET Core? > Thanks, Erik > >> >> -- > 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/18d51f1a-8cb4-481e-b9ed-3f3f454d91d8%40googlegroups.com > <https://groups.google.com/d/msgid/protobuf/18d51f1a-8cb4-481e-b9ed-3f3f454d91d8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAF95VAwecDj7QsGhr1T-3YtpL7U_oz1V6jUCjPxhV5LHQGmwXQ%40mail.gmail.com.
