We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af5855 commit f2bfd46Copy full SHA for f2bfd46
test/coverlet.core.tests/Coverage/CoverageTests.AsyncAwait.cs
@@ -161,7 +161,7 @@ public void AsyncAwait_Issue_1233()
161
string path = Path.GetTempFileName();
162
try
163
{
164
- FunctionExecutor.RunInProcess(async (string[] pathSerialize) =>
+ FunctionExecutor.Run(async (string[] pathSerialize) =>
165
166
CoveragePrepareResult coveragePrepareResult = await TestInstrumentationHelper.Run<Issue_1233>(instance =>
167
0 commit comments