Description
Service proxies do not work on .NET Core because of conditional compilation in ServiceProxyTypeGenerator.
We only compile for a single target, so NETCOREAPP2_0 branch is never used.
Except in tests, so they pass.
Attachments
Issue Links
- links to