intelligentplant / AppStoreConnect.Adapters

Allows Intelligent Plant App Store Connect to query 3rd party systems
https://appstore.intelligentplant.com
MIT License
0 stars 0 forks source link

Full gRPC support when running on .NET Framework on Windows 11 #387

Closed wazzamatazz closed 3 months ago

wazzamatazz commented 3 months ago

Closes #385.

This PR backports the functionality of various adapter features that use bidirectional streaming from the netstandard2.1 target to net48. The net48 target will continue to use the existing implementation when it detects that the host operating system does not fully support gRPC over HTTP/2.