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
There's a big gotcha: we'll need to implement all these Apex classes to use them,
while .NET primitives are already available out of the box, albeit with their own APIs.
yallie
added a commit
to yallie/ApexParser
that referenced
this issue
Oct 27, 2018
Looks like we can't use .NET primitive types because of the missing APIs.
Examples:
I suggest that we emit String, Integer and so on — the mockable types defined in Apex.dll.
The text was updated successfully, but these errors were encountered: