jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
511 stars 51 forks source link

Add support for hosting in asp.net core #53

Closed eltone closed 4 years ago

eltone commented 4 years ago

This PR adds an overload to BindService that is currently used by aspnet core when registering GRPC services. I have implemented it with a null check for the implementation as that is how the protobuf based codegen in aspnet core works.

jamescourtney commented 4 years ago

This looks great, thank you! I appreciate the contributions.