Skip to content

Bring in recent changes from TemplateDotNetTool (PRs #53, #54, #55)#100

Merged
Malcolmnixon merged 4 commits intomainfrom
copilot/update-from-template-repo
Mar 7, 2026
Merged

Bring in recent changes from TemplateDotNetTool (PRs #53, #54, #55)#100
Malcolmnixon merged 4 commits intomainfrom
copilot/update-from-template-repo

Conversation

Copy link
Contributor

Copilot AI commented Mar 6, 2026

Syncs SonarMark with three recent TemplateDotNetTool template PRs.

PR #53 — Continuous Compliance documentation

  • README.md: Added Linting Enforcement, Continuous Compliance, and Requirements Traceability feature bullets; added [link-continuous-compliance] reference
  • docs/guide/guide.md: Added # Continuous Compliance section (key practices: traceability, linting, audit docs, CodeQL/SonarCloud) between Introduction and Installation; added link reference

PR #54 — macOS support + Agent Selection Guide

  • .github/ISSUE_TEMPLATE/question.yml: New question/help issue template
  • .github/workflows/build.yaml: Added macos-latest to build and integration-test matrices; simplified OS_SHORT sed to s/-latest// (produces windows, ubuntu, macos instead of win, ubuntu)
  • AGENTS.md: Added ## Agent Selection Guide (task-to-agent routing); added macos@TestName source filter entry
  • requirements.yaml: Added macos@TestName source filter comment; added SonarMark-Plt-MacOS requirement with matching test evidence

PR #55 — CodeQL build-mode

  • .github/workflows/build.yaml: Added build-mode: manual to Initialize CodeQL step

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
  • Self-validation tests pass:
    dotnet run --project src/DemaConsulting.SonarMark --configuration Release --framework net10.0
    --no-build -- --validate
  • 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

Linting

  • Markdown linter passes: npx markdownlint-cli2 "**/*.md" "#node_modules"
  • Spell checker passes: npx cspell "**/*.{md,cs}" --no-progress
  • 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

No production code changes — CI/CD workflow, documentation, and requirements traceability only.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Update branch with recent changes from template repo Bring in recent changes from TemplateDotNetTool (PRs #53, #54, #55) Mar 7, 2026
@Malcolmnixon Malcolmnixon marked this pull request as ready for review March 7, 2026 19:40
Copilot AI review requested due to automatic review settings March 7, 2026 19:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Syncs SonarMark’s repository scaffolding with recent TemplateDotNetTool updates by extending platform coverage, tightening compliance/traceability documentation, and aligning GitHub issue templates and CodeQL configuration.

Changes:

  • Expand CI to include macos-latest for build and integration-test matrices, and adjust job-id normalization.
  • Add CodeQL build-mode: manual configuration for the CodeQL workflow job.
  • Document Continuous Compliance and add macOS platform requirement/test-evidence traceability updates.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
requirements.yaml Adds macOS source-filter prefix documentation and a macOS platform requirement linked to macOS-scoped test evidence.
docs/guide/guide.md Introduces a Continuous Compliance section and adds a reference link.
README.md Adds feature bullets for linting enforcement, continuous compliance, and requirements traceability plus a link reference.
AGENTS.md Adds an agent selection guide and documents the macos@TestName source filter.
.github/workflows/build.yaml Adds macOS to build/integration matrices, simplifies OS-short naming, and sets CodeQL build-mode to manual.
.github/ISSUE_TEMPLATE/question.yml Adds a new GitHub issue form for usage questions/help requests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Malcolmnixon and others added 2 commits March 7, 2026 15:05
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Malcolmnixon Malcolmnixon merged commit d7b16f5 into main Mar 7, 2026
15 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/update-from-template-repo branch March 7, 2026 20:33
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.

3 participants