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