From b8179302a935736e3acc2ef1dfc3d13b79101ba8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 02:30:56 +0000 Subject: [PATCH 1/2] Initial plan From 2c428829f443c8c9f8ffe97946b0304c5bef7d82 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 02:49:20 +0000 Subject: [PATCH 2/2] Fix cspell configuration to ignore .DotSettings and .csproj files Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --- .cspell.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index d708e27..6bc93b3 100644 --- a/.cspell.json +++ b/.cspell.json @@ -53,7 +53,9 @@ ".vs/**", ".vscode/**", "coverage/**", - "TestResults/**" + "TestResults/**", + "**/*.DotSettings", + "**/*.csproj" ], "flagWords": [], "patterns": [