Open skimlik opened 7 months ago
I missed, this is async method, you can't use ref keyword in this case. But it isn't working as expected anyway
I've updated the string based VerifyClearAsync
method so that it no longer appears to return the message value. I'm not sure if this is the best solution but I don't really want to return a result object containing a bollean a dn string either. I'm open to suggestions if you've got a better way of doing this.
Method below
should be declared as as
ref keyword is mandatory, in order to get the output back. string is an immutable class
STR: