Eric Hirst
Eric Hirst
I partially answered my own question at https://stackoverflow.com/a/58496413/2055511. The correct method to call in this case would have been DescribeAsync. BasicInformationAsync can also be used for more general cases as...
@cheeseytoastie what we've been doing is pretty much bypassing all the parts of the library that are doing string.Format to get between us and the API name that we really...
It looks like https://github.com/developerforce/Force.com-Toolkit-for-NET/pull/255 would fix this. You're right; the code in SObject will definitely result in a memory leak.