Implements critical capture, tweaks for integration tests.
All checks were successful
Build / Build (push) Successful in 48s
All checks were successful
Build / Build (push) Successful in 48s
This commit is contained in:
@@ -50,7 +50,7 @@ public class DynamicLibraryImpl : IDynamicLibrary
|
||||
/// Initializes a new instance of the <see cref="DynamicLibraryImpl"/> class, with the given
|
||||
/// plugins and static library.
|
||||
/// </summary>
|
||||
public static IDynamicLibrary Create(IEnumerable<Plugin> plugins)
|
||||
public static IDynamicLibrary Create(IEnumerable<IPlugin> plugins)
|
||||
{
|
||||
var load = LibraryLoader.LoadPlugins(plugins);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user