ResolutionContext has no public constructor #4134
Locked
gauravpatni123
started this conversation in
NA
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to create instance of ResolutionContext as it is internal in updated version (I am in version 12.0) , so my question is how I can mock it like before (previously I was in version 8.0 ) , please see the below code snippet , any help on this will be appreciated .
Below is the code : -
public class JobServiceClientOfValueResolverTests
{
private ResolutionContext _resolutionContext;
private string _result;
private Resource _resource2;
}
Beta Was this translation helpful? Give feedback.
All reactions