


We are using JustMock with Visual Studio 2017 &. The behavior we are seeing with tests not ever starting to run reminds me of that behavior with dotnet.exe, and I'm wondering if there is a new VS2019 executable for testing that needs to be added to that blacklist file? NET Core development in VS2017, and had found that we needed to add dotnet.exe to the Codeweaver ImageBlacklist.cfg file. However, when I select that profiler then the tests will no longer even start - the progress bar will display its green runner going from left to right, but none of the tests will ever start spinning and after a minute or two the progress bar just stops without displaying any errors or messages. That guid refers to the VS Code Coverage profiler, which does appear in the Telerik JustMock Configuration profiler list. Restart the test runner and, if necessary, Visual Studio after linking. * (from process environment)ĭisable the profilers or link them from the JustMock configuration utility. The profiler must be enabled to mock, arrange or execute the specified target. : : Cannot mock 'EL.BusinessLayer.LegacyTaskCloseRequestEntity PostRentScheduleEntitiesToLegacy(EL.BusinessLayer.LegacyTaskCloseRequestEntity, System.String, System.String, System.String, System.String, `1)'. We receive the following error when only linking the VS 2019 Profiler with JustMock:

I've recently upgraded to VS2019 and JustMock 2019.508.1 (we have a DevCraft license), and tests requiring elevated mode are no longer functioning.
