Skip to content

Comments

Fix version output to respect context flags#62

Merged
Malcolmnixon merged 5 commits intomainfrom
copilot/check-updates-buildmark
Feb 10, 2026
Merged

Fix version output to respect context flags#62
Malcolmnixon merged 5 commits intomainfrom
copilot/check-updates-buildmark

Conversation

Copy link
Contributor

Copilot AI commented Feb 10, 2026

Pull Request

Description

Repo consistency analysis identified that --version output bypassed context flags (--silent, --log).

Changes:

  • Changed Console.WriteLine(Version) to context.WriteLine(Version) in Program.cs line 95
  • Added common technical terms to .cspell.json (CodeQL, SBOM, slnx, semver)

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 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 '**/*.{yml,yaml}'

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

Consistency analysis showed 95% alignment with TemplateDotNetTool patterns. This fix brings functional consistency to 100%.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 4 commits February 10, 2026 23:21
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Check for updates in buildmark Fix version output to respect context flags Feb 10, 2026
Copilot AI requested a review from Malcolmnixon February 10, 2026 23:26
@Malcolmnixon Malcolmnixon marked this pull request as ready for review February 10, 2026 23:28
@Malcolmnixon Malcolmnixon merged commit 9deb229 into main Feb 10, 2026
11 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/check-updates-buildmark branch February 10, 2026 23:37
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