Skip to content

Fix inconsistent boolean capitalization in csproj files#20

Merged
Malcolmnixon merged 2 commits intomainfrom
copilot/fix-csproj-capitalization
Feb 28, 2026
Merged

Fix inconsistent boolean capitalization in csproj files#20
Malcolmnixon merged 2 commits intomainfrom
copilot/fix-csproj-capitalization

Conversation

Copy link
Contributor

Copilot AI commented Feb 28, 2026

GenerateDocumentationFile used True (Pascal case) while every other boolean property in both csproj files used true (lowercase), creating inconsistent style.

Description

Normalize GenerateDocumentationFile value from Truetrue in both project files:

  • src/TemplateDotNetLibrary/TemplateDotNetLibrary.csproj
  • test/TemplateDotNetLibrary.Tests/TemplateDotNetLibrary.Tests.csproj

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code quality improvement

Related Issues

Pre-Submission Checklist

Before submitting this pull request, ensure you have completed the following:

Build and Test

  • Code builds successfully: dotnet build --configuration Release
  • All unit tests pass: dotnet test --configuration Release
  • Code produces zero warnings

Code Quality

  • Code formatting is correct: dotnet format --verify-no-changes
  • New code has appropriate XML documentation comments
  • Static analyzer warnings have been addressed

Quality Checks

Please run the following checks before submitting:

  • Spell checker passes: cspell "**/*.{md,cs}"
  • Markdown linter passes: markdownlint "**/*.md"
  • YAML linter passes: yamllint .

Testing

  • Added unit tests for new functionality
  • Updated existing tests if behavior changed
  • All tests follow the AAA (Arrange, Act, Assert) pattern
  • Test coverage is maintained or improved

Documentation

  • Updated README.md (if applicable)
  • Updated ARCHITECTURE.md (if applicable)
  • Added code examples for new features (if applicable)
  • Updated requirements.yaml (if applicable)

Additional Notes

MSBuild treats boolean property values case-insensitively, so this is a style-only change with no functional impact.


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

…roj files

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix inconsistent capitalization in csproj settings Fix inconsistent boolean capitalization in csproj files Feb 28, 2026
@Malcolmnixon Malcolmnixon marked this pull request as ready for review February 28, 2026 19:47
@Malcolmnixon Malcolmnixon merged commit ce4a98a into main Feb 28, 2026
5 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/fix-csproj-capitalization branch February 28, 2026 20:12
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