Hello Bar,
Could you please help me with this error:
Test Name: TestOnActionExecutingWithCultureEmptyAndCookieNotNull
Test FullName: Web3.Tests.Attributes.LocalizationAttributeTest.TestOnActionExecutingWithCultureEmptyAndCookieNotNull
Test Source: c:UsersAdminSourceWorkspacesWeb3Web3Web3.TestsAttributesLocalizationAttributeTest.cs : line 63
Test Outcome: Failed
Test Duration: 0:00:00.085
Result Message:
SetUp : TypeMock.TypeMockException :
*** Unknown profiler is enabled please contanct typemock@support.com with the flowing data: unknown profiler clsid = {44250666-1751-4368-a29c-31caf4ccf3f5}
Result StackTrace:
at TypeMock.InterceptorsWrapper.VerifyInterceptorsIsLoaded()
at gb.e()
at TypeMock.MockManager.Init(Boolean collectAllCalls)
at TypeMock.MockManager.Init()
at gm.CreateFakeInstance[T](Members behavior, Constructor constructorFlag, Constructor baseConstructorFlag, Type baseType, Object[] ctorArgs)
at gm.Instance[T](Members behavior)
at Web3.Tests.Attributes.LocalizationAttributeTest.SetUp() in c:UsersAdminSourceWorkspacesWeb3Web3Web3.TestsAttributesLocalizationAttributeTest.cs:line 28
I have the Enable Mocking for 3rd party runners enable and I have this issue.
I got this same error in 62 tests from 135 when in run coverage in VS runner.
Thanks