Bring in recent changes from TemplateDotNetTool (PRs #53, #54, #55)#100
Merged
Malcolmnixon merged 4 commits intomainfrom Mar 7, 2026
Merged
Bring in recent changes from TemplateDotNetTool (PRs #53, #54, #55)#100Malcolmnixon merged 4 commits intomainfrom
Malcolmnixon merged 4 commits intomainfrom
Conversation
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
approved these changes
Mar 7, 2026
Contributor
There was a problem hiding this comment.
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-latestfor build and integration-test matrices, and adjust job-id normalization. - Add CodeQL
build-mode: manualconfiguration 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.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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]referencedocs/guide/guide.md: Added# Continuous Compliancesection (key practices: traceability, linting, audit docs, CodeQL/SonarCloud) between Introduction and Installation; added link referencePR #54 — macOS support + Agent Selection Guide
.github/ISSUE_TEMPLATE/question.yml: New question/help issue template.github/workflows/build.yaml: Addedmacos-latesttobuildandintegration-testmatrices; simplifiedOS_SHORTsed tos/-latest//(produceswindows,ubuntu,macosinstead ofwin,ubuntu)AGENTS.md: Added## Agent Selection Guide(task-to-agent routing); addedmacos@TestNamesource filter entryrequirements.yaml: Addedmacos@TestNamesource filter comment; addedSonarMark-Plt-MacOSrequirement with matching test evidencePR #55 — CodeQL build-mode
.github/workflows/build.yaml: Addedbuild-mode: manualtoInitialize CodeQLstepType of Change
Related Issues
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration Releasedotnet run --project src/DemaConsulting.SonarMark --configuration Release --framework net10.0--no-build -- --validateCode Quality
dotnet format --verify-no-changesLinting
npx markdownlint-cli2 "**/*.md" "#node_modules"npx cspell "**/*.{md,cs}" --no-progressyamllint .Testing
Documentation
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.