You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I need to change the type of the elements of the array to another type with a ToJson implementation. Adding a static member ToJson to the type doesn't work with types generated by type providers. This involves creating a type where I can implement the ToJson which cancels the benefit of using type providers.
The text was updated successfully, but these errors were encountered:
Currently, I need to change the type of the elements of the array to another type with a
ToJson
implementation. Adding astatic member ToJson
to the type doesn't work with types generated by type providers. This involves creating a type where I can implement theToJson
which cancels the benefit of using type providers.The text was updated successfully, but these errors were encountered: