Skip to content

Commit 670be9c

Browse files
committed
Merge branch 'version3' of https://github.com/nunit/nunit-console into version3
2 parents 0630e51 + f0ac9f5 commit 670be9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/NUnitConsole/nunit3-console/ConsoleRunner.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public int Execute()
142142
DisplayTestFiles();
143143

144144
TestPackage package = MakeTestPackage(_options);
145+
package.AddSetting("UseDefaultAssemblyLoadContext", true);
145146

146147
// We display the filters at this point so that any exception message
147148
// thrown by CreateTestFilter will be understandable.

0 commit comments

Comments
 (0)