We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807f236 commit d94c966Copy full SHA for d94c966
1 file changed
src/Core/Configuration/CPluginConfigurationBase.cs
@@ -19,8 +19,9 @@ public abstract class CPluginConfigurationBase
19
/// Failed to extract plugin names.
20
/// </exception>
21
/// <remarks>
22
- /// Plugin files must be in the <c>plugins</c> directory from current directory
+ /// Plugin files must be in the <c>plugins</c> directory of the current directory
23
/// where the host application is running.
24
+ /// <para>Each plugin file must have a <c>.dll</c> extension and must be in its own directory.</para>
25
/// <para>Example:</para>
26
/// <c>/HostApp/bin/Debug/net7.0/plugins/MyPlugin1/MyPlugin1.dll</c>
27
/// </remarks>
0 commit comments