We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 279d0df + 297ad15 commit 01be23fCopy full SHA for 01be23f
src/Libraries/Nop.Core/Configuration/PluginConfig.cs
@@ -13,7 +13,7 @@ public partial class PluginConfig : IConfig
13
/// <summary>
14
/// Gets or sets a value indicating whether to copy "locked" assemblies from /Plugins/bin directory to temporary subdirectories on application startup
15
/// </summary>
16
- public bool CopyLockedPluginAssembilesToSubdirectoriesOnStartup { get; private set; } = false;
+ public bool CopyLockedPluginAssembilesToSubdirectoriesOnStartup { get; private set; } = true;
17
18
19
/// Gets or sets a value indicating whether to load an assembly into the load-from context, bypassing some security checks.
0 commit comments