Adrian Iftode
Adrian Iftode
@Reikooters I will take a look and thanks for the zip
This issue has been fixed in the 1.2.2 release, thanks again for reporting it. Just a note, the ReSharper runner did not freeze when running these tests. I guess there...
Hi guys, is this something that is in progress?
Yes, but the reason for asking this is I would like to deploy it with the tested service. I have a service ServiceB that I would like to mock. Then...
Even deploying it within a separated container, I was hoping to be a single one. I think I will go with this route anyway (multiple containers, one per every mocked...
I don't want to add constraints, unless there is a security issue. The dependencies are not strict, so clients can reference newer versions that are non-deprecated versions.
I think the problem might be the usage with the LogError itself. The signature of any LogXXX is ``` public static void LogInformation(this ILogger logger, string message, params object[] args)...
Could you post the value of ```CoreResource.LOG_CouldNotDeserializeInputDataForAssessmentDetailId```? What `CoreResource.LOG_CouldNotDeserializeInputDataForAssessmentDetailId` does?
I can confirm this is an issue with the following test. I will see what I can do ``` public void Verify_a_message_with_method_call_that_returns_a_format_it_verifies() { var loggerMock = new Mock(); loggerMock.Object.LogInformation(GetMessageWithFormat(), 0);...