Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-41347: [FlightRPC][C#] Allow hosting flight server in pre-Ke…
…strel .net versions (apache#41348) ### Rationale for this change With the existing structure it is not possible to create a flight RPC service as a regular GRPC service, outside of AspNet.Core/Kestrel. This can be supported by changing the protection level of the generated classes and FlightServiceImplementation.cs ### What changes are included in this PR? Change protection level from internal to public for generated protocol files and FlightServiceImplementation.cs ### Are these changes tested? Confirmed that classes are public in the built assembly. ### Are there any user-facing changes? Generated protocol classes will become visible to end users. * GitHub Issue: apache#41347 Authored-by: David Chapman <[email protected]> Signed-off-by: Curt Hagenlocher <[email protected]>
- Loading branch information