Commit b878d3f
committed
Fix running tests hanging indefinitely
By setting the `IsTestProject` property to false in Testcontainers.Commons.csproj
Cause: referencing the `xunit` package enables `IsTestProject=true` which trigger a bug in vstest where [netstandard libraries hangs indefinitely][1]. This bug was addressed 5 days ago: [Fix execution gets stucks on single netstandard source][2]
[1]: microsoft/vstest#4392
[2]: microsoft/vstest#44971 parent a23844c commit b878d3f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments