Skip to content

Exclude .DotSettings and .csproj files from cspell checks#112

Merged
Malcolmnixon merged 2 commits intomainfrom
copilot/fix-cspell-issues
Jan 9, 2026
Merged

Exclude .DotSettings and .csproj files from cspell checks#112
Malcolmnixon merged 2 commits intomainfrom
copilot/fix-cspell-issues

Conversation

Copy link
Contributor

Copilot AI commented Jan 9, 2026

Build failures occurred because cspell was checking ReSharper configuration and MSBuild project files, which contain technical XML and identifiers that aren't natural language.

Changes

  • Added **/*.DotSettings and **/*.csproj to ignorePaths in .cspell.json
Original prompt

The build is failing due to cspell issues. I believe it's looking at some files that may not want to be spell-checked. Please determine whether the .DotSettings and .csproj files should really be spell-checked.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix cspell issues in build process Exclude .DotSettings and .csproj files from cspell checks Jan 9, 2026
Copilot AI requested a review from Malcolmnixon January 9, 2026 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants