StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.85k stars 1.5k forks source link

add type-forward on IsExternalInit #2621

Closed mgravell closed 6 months ago

mgravell commented 6 months ago

fix #2619

as per guidance from the runtime folks, we should declare a type-forward for IsExternalInit, so that it gets correctly bound (in particular when netstandard is involved, as the build and execution environments are more likely to differ, leading to modreq confusion)