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:
Clint Rutkas
2026-04-01 09:07:40 -07:00
committed by GitHub
parent fbad0dce9c
commit 1314f68602

View File

@@ -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)