Travis Marble

Results 1 issues of Travis Marble

I am using It.IsAnyType, but its not working now I think it should, based on the documentation. ``` FakeMediator.Setup(x => x.Send(It.IsAny(), It.IsAny())).ReturnsAsync(true); //Does Not Work FakeMediator.Setup(x => x.Send(It.IsAny(), It.IsAny())).ReturnsAsync(true); //...

needs-repro