Skip to content

Commit

Permalink
new debug attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMaddock committed Aug 18, 2018
1 parent e58da61 commit 13eb7ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void CreateService()
_serviceClass.FindExtensionPoints(typeof(TestEngine).Assembly);
_serviceClass.FindExtensionPoints(typeof(ITestEngine).Assembly);

_serviceClass.FindExtensionsInAssembly(new ExtensionAssembly(GetType().Assembly.Location, true));
_serviceClass.FindExtensionsInAssembly(new ExtensionAssembly(GetType().Assembly.Location, false));
}

[TestCaseSource(nameof(KNOWN_EXTENSION_POINT_PATHS))]
Expand Down

0 comments on commit 13eb7ab

Please sign in to comment.