grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

Create sample that detects whether the platform supports grpc-dotnet

Open JamesNK opened this issue 1 year ago • 10 comments

A simple sample that includes code to detect wether the current platform supports grpc-dotnet.

Support requirements: https://learn.microsoft.com/en-us/aspnet/core/grpc/supported-platforms?view=aspnetcore-7.0

Code should look at the .NET version (.NET Core 3 or later) and optionally the OS (.NET Framework + WinHttpHandler scenario)

JamesNK avatar Aug 11 '23 15:08 JamesNK