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
System.NullReferenceException: Object reference not set to an instance of an object.
at PCLMock.MockBase`1.GetContinuationKey(LambdaExpression selector)
at PCLMock.MockBase`1.EnsureWhenContinuationCollection(LambdaExpression memberSelector)
at PCLMock.MockBase`1.AddOrReplaceWhenContinuation(LambdaExpression memberSelector, WhenContinuation continuation)
at PCLMock.MockBase`1.When[TMember](Expression`1 selector)
The text was updated successfully, but these errors were encountered:
When configuring expectations for Akavache's
IBlobCache
, I did something like this:But this resulted in an exception:
The text was updated successfully, but these errors were encountered: