unchase / Unchase.Odata.Connectedservice

:scroll: A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Apache License 2.0
44 stars 13 forks source link

Operation is not supported on this platform. #46

Closed amourrashid closed 4 years ago

amourrashid commented 4 years ago

When trying to use ODada Connected Service with Client Side Blazor all initial processes for client generation seems smooth. However the proxy generated works only with the server side blazor. With Client Side Blazor it gives an error System.PlatformNotSupportedException: Operation is not supported on this platform. Any idean on how sort this out.

unchase commented 4 years ago

Hi, @amourrashid

This issue is not related to the Connected service or code generation. See https://github.com/OData/odata.net/issues/1786 and https://github.com/OData/odata.net/issues/1784