Skip to content

Commit d94c966

Browse files
committed
style: Update comments of GetPluginFiles
1 parent 807f236 commit d94c966

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Core/Configuration/CPluginConfigurationBase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ public abstract class CPluginConfigurationBase
1919
/// Failed to extract plugin names.
2020
/// </exception>
2121
/// <remarks>
22-
/// Plugin files must be in the <c>plugins</c> directory from current directory
22+
/// Plugin files must be in the <c>plugins</c> directory of the current directory
2323
/// 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>
2425
/// <para>Example:</para>
2526
/// <c>/HostApp/bin/Debug/net7.0/plugins/MyPlugin1/MyPlugin1.dll</c>
2627
/// </remarks>

0 commit comments

Comments
 (0)