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
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Verify.MSTest.SourceGenerator","1.0.0.0")]publicglobal::Microsoft.VisualStudio.TestTools.UnitTesting.TestContextTestContext{
get =>global::VerifyMSTest.Verifier.CurrentTestContext.Value!.TestContext;
set =>global::VerifyMSTest.Verifier.CurrentTestContext.Value=newglobal::VerifyMSTest.TestExecutionContext(value,GetType());}
where CurrentTestContext is an async local that's expected to be read correctly when inside the test. This has regressed in 3.9.0.
We should propagate the execution context correctly when setting TestContext. After we have set TestContext, we should re-capture the execution context and use that in RunTestInitializeMethod