Bootstrap BuildMark repository with standard Dema Consulting project structure#1
Merged
Malcolmnixon merged 4 commits intomainfrom Jan 29, 2026
Merged
Conversation
…Hub templates 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] Add standard Dema Consulting pattern to project
Bootstrap BuildMark repository with standard Dema Consulting project structure
Jan 29, 2026
Malcolmnixon
approved these changes
Jan 29, 2026
21 tasks
Copilot AI
added a commit
that referenced
this pull request
Feb 6, 2026
- Add BuildMark_MarkdownReportGeneration test - Add BuildMark_GitIntegration test - Add BuildMark_IssueTracking test - Add BuildMark_KnownIssuesReporting test - Tests check for GitHub token and skip gracefully if not available - These tests satisfy requirements GH-1, GH-2, GH-3, RPT-001-009, PLT-001-005 - Tests run BuildMark on itself for self-validation
Malcolmnixon
added a commit
that referenced
this pull request
Feb 7, 2026
* Initial plan * Add self-validation integration tests for requirements traceability - Add BuildMark_MarkdownReportGeneration test - Add BuildMark_GitIntegration test - Add BuildMark_IssueTracking test - Add BuildMark_KnownIssuesReporting test - Tests check for GitHub token and skip gracefully if not available - These tests satisfy requirements GH-1, GH-2, GH-3, RPT-001-009, PLT-001-005 - Tests run BuildMark on itself for self-validation * Refactor: Extract GitHub token check to helper method - Add SkipIfNoGitHubToken() helper to reduce code duplication - All four self-validation tests now use the shared helper - Addresses code review feedback * docs: Fix spell checking issues - Add 'buildnotes' to cspell dictionary for docs/buildnotes/definition.yaml - Add 'myterm' as valid example term used in CONTRIBUTING.md - Add test-results directory to cspell ignore paths to exclude generated files * feat: Add internal constructor to GitHubGraphQLClient for testability Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * test: Add unit tests for GitHubGraphQLClient with mocked HttpClient Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * refactor: Remove conditional skip logic from BuildMark self-validation tests Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Remove duplicate BuildMark_* tests from IntegrationTests.cs Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@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.
Pull Request
Description
Establishes BuildMark repository following the SarifMark pattern: multi-target .NET tool (.NET 8/9/10, C# 12), comprehensive CI/CD pipelines, linting infrastructure, and GitHub templates.
Key Components:
--versionand--helpcommands, MSTest project, solution fileType of Change
Related Issues
N/A - Initial repository setup
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint '**/*.{yml,yaml}'Testing
Documentation
Additional Notes
CodeQL security analysis: 0 alerts. All three target frameworks (.NET 8, 9, 10) build and test successfully.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.