This commit is contained in:
Archi
2023-04-21 11:41:32 +02:00
parent 1d5bf32ec6
commit 1d96ff8b1f

View File

@@ -121,7 +121,8 @@ internal sealed class Startup {
continue;
}
physicalPath = Path.Combine(assemblyDirectory, plugin.PhysicalPath);
// ReSharper disable once RedundantSuppressNullableWarningExpression - required for .NET Framework
physicalPath = Path.Combine(assemblyDirectory!, plugin.PhysicalPath);
}
if (!Directory.Exists(physicalPath)) {