From 1314f686022538fa84a3ad69ba83bc4f295ab196 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 1 Apr 2026 09:07:40 -0700 Subject: [PATCH] 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> --- src/dsc/v3/PowerToys.DSC.UnitTests/BaseDscTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsc/v3/PowerToys.DSC.UnitTests/BaseDscTest.cs b/src/dsc/v3/PowerToys.DSC.UnitTests/BaseDscTest.cs index 2eda4bdac5..3d1fe6322d 100644 --- a/src/dsc/v3/PowerToys.DSC.UnitTests/BaseDscTest.cs +++ b/src/dsc/v3/PowerToys.DSC.UnitTests/BaseDscTest.cs @@ -35,7 +35,7 @@ public class BaseDscTest /// /// Execute a dsc command with the provided arguments. /// - /// + /// The type of the DSC command to execute. /// /// protected DscExecuteResult ExecuteDscCommand(params string[] args)