Fix SA1623: Fix property documentation summaries (#46717)

Update 29 property XML doc summaries to begin with Gets, Gets or sets,
or Gets a value indicating whether as required by StyleCop SA1623.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Clint Rutkas
2026-04-01 09:46:25 -07:00
committed by GitHub
parent 1314f68602
commit 565094abbe
14 changed files with 29 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ namespace Microsoft.CmdPal.UI.Events;
public class CmdPalDockConfiguration : EventBase, IEvent
{
/// <summary>
/// Gets or sets whether the dock is enabled.
/// Gets or sets a value indicating whether the dock is enabled.
/// </summary>
public bool IsDockEnabled { get; set; }