Align BuildMark with TemplateDotNetTool template updates#100
Merged
Malcolmnixon merged 2 commits intomainfrom Mar 1, 2026
Merged
Align BuildMark with TemplateDotNetTool template updates#100Malcolmnixon merged 2 commits intomainfrom
Malcolmnixon merged 2 commits intomainfrom
Conversation
- Update test-developer agent: add Test Source Filters and MSTest V4 Best Practices sections (including Assert.StartsWith antipattern from PR #45) - Update code-quality agent: fix markdownlint reference from .markdownlint.json to .markdownlint-cli2.jsonc - Update requirements agent: add Test Source Filters section - Update technical-writer agent: clarify reference-style vs inline link rules including AI agent markdown files exception - Update software-developer agent: fix XML Docs bullet with four-space indent sub-rule - Update src csproj: LangVersion to latest, GenerateDocumentationFile to lowercase true, add package comments, update SonarAnalyzer.CSharp to 10.20.0.135146, add Polyfill 9.12.0 - Update test csproj: LangVersion to latest, GenerateDocumentationFile to lowercase true, add section comments, add Polyfills implicit using, update Microsoft.NET.Test.Sdk to 18.3.0, update SonarAnalyzer.CSharp to 10.20.0.135146
Copilot
AI
changed the title
[WIP] Update application based on template changes
Align BuildMark with TemplateDotNetTool template updates
Mar 1, 2026
Malcolmnixon
approved these changes
Mar 1, 2026
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
Syncs BuildMark with recent TemplateDotNetTool template changes across agent docs and project configuration.
Agent Documentation (
.github/agents/)test-developer.md: Added Test Source Filters + MSTest V4 Best Practices sections; newAssert.StartsWithantipattern (template PR Use BuildMark-generated build notes in GitHub releases #45)code-quality-agent.md: Fix markdownlint config reference →.markdownlint-cli2.jsoncrequirements-agent.md: Added Test Source Filters sectiontechnical-writer.md: Clarified reference-style vs inline link rules; explicit exception for agent markdown filessoftware-developer.md: Fixed XML Docs rule — four-space indentation sub-ruleProject Files
src csproj:LangVersion 12 → latest,GenerateDocumentationFile True → true, add section comments,SonarAnalyzer.CSharp → 10.20.0.135146, addPolyfill 9.12.0(template PR Comprehensive documentation update using SarifMark template #41)test csproj: SameLangVersion/GenerateDocumentationFilefixes, add section comments, add<Using Include="Polyfills" />(template PR [Feature]: Requirements and Trace Matrix #46),Microsoft.NET.Test.Sdk → 18.3.0,SonarAnalyzer.CSharp → 10.20.0.135146Type 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 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
Template PRs addressed: #41 (Polyfill package +
LangVersion: latest), #45 (Assert.StartsWithantipattern), #46 (Polyfills implicit using), #44 (boolean capitalization fix).💡 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.