mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
Fix SA1622: Add text to empty generic type parameter documentation (#46707)
Add meaningful description to 1 empty typeparam XML doc tag in BaseDscTest.cs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ public class BaseDscTest
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Execute a dsc command with the provided arguments.
|
/// Execute a dsc command with the provided arguments.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T"></typeparam>
|
/// <typeparam name="T">The type of the DSC command to execute.</typeparam>
|
||||||
/// <param name="args"></param>
|
/// <param name="args"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
protected DscExecuteResult ExecuteDscCommand<T>(params string[] args)
|
protected DscExecuteResult ExecuteDscCommand<T>(params string[] args)
|
||||||
|
|||||||
Reference in New Issue
Block a user