r.ws igdfsaug
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net8.0</TargetFrameworks>
|
||||
@@ -9,7 +9,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>2.1.7</Version>
|
||||
<Version>2.1.8</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -187,7 +187,7 @@ namespace Pilz.Plugins
|
||||
|
||||
try
|
||||
{
|
||||
if (Activator.CreateInstance(type, null, parameters, null) is TPluginInterface plugin)
|
||||
if (Activator.CreateInstance(type, GetConstructorFlags(), null, parameters, null) is TPluginInterface plugin)
|
||||
{
|
||||
if (plugin is IPluginLateInitialization pluginLateInit)
|
||||
pluginLateInit.LateInit();
|
||||
|
||||
Reference in New Issue
Block a user