Pre-release repo check: documentation, consistency, and requirements traceability fixes#106
Merged
Malcolmnixon merged 10 commits intomainfrom Feb 19, 2026
Merged
Conversation
The test names in TRX output don't include framework identifiers, so requirements REQ-FUNC-006, REQ-FUNC-007, and REQ-FUNC-008 should reference test names without net8.0@, net9.0@, and net10.0@ prefixes. The tests still run on all three frameworks as configured in the project files.
- Convert README badges to reference-style format (cleaner and more maintainable) - Add MSTest V4 best practices to test-developer agent documentation - Organize badge, link, and document references at end of README
…ments Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Contributor
|
@copilot The demaconsulting/TemplateDotNetLibrary#7 improved the documentation around test-source linking. Please use these document comments to make sure the project doesn't experience erroneous removal of test-source links again. |
- Convert inline-style links to reference-style links per documentation standards - Remove trailing blank lines to comply with markdownlint rules - All links now use reference-style format with definitions at document end
- Fixed misleading test names in TestOutcomeTests to match what they actually test - Removed redundant test (TestOutcome_IsExecuted_NotExecutedOutcome_ReturnsFalse) - Added clear AAA pattern documentation with Arrange/Act/Assert comments - Added detailed remarks to test methods documenting what's tested and what assertions prove - Improved test readability by grouping related assertions with comments - All 52 tests pass successfully
…raceability Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix issues in TestResults repository before release
Pre-release repo check: documentation, consistency, and requirements traceability fixes
Feb 19, 2026
…requirements.yaml Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Contributor
Author
Done in e2a8f1e. Ported the "Test Source Filters" documentation from TemplateDotNetLibrary PR #7 to four locations:
|
Malcolmnixon
requested changes
Feb 19, 2026
…yaml Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
approved these changes
Feb 19, 2026
Malcolmnixon
approved these changes
Feb 19, 2026
This was referenced Feb 20, 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
Pre-release sweep using all specialized agents. Key fixes: documentation link style consistency, XML doc accuracy, test documentation improvements, and comprehensive Test Source Filters documentation ported from TemplateDotNetLibrary to prevent future accidental removal of runtime-prefixed test names.
Changes:
requirements.yaml— Added top-of-file comment block documenting all source filter prefixes (windows@,ubuntu@,net8.0@, etc.) and explaining that removing them invalidates evidence-based proof; removed redundant inline comment from the Runtime section (now covered by the top-of-file block)AGENTS.md— Added new## Test Source Filterssection explaining all prefix types and warning against removal.github/agents/requirements-agent.md— Added### Test Source Filterssubsection with "never remove these filters" guidance.github/agents/test-developer.md— Added### Test Source Filterssubsection explaining that stripping a filter allows results from any environment to satisfy a platform/framework requirement; also added MSTest V4 best practices (anti-patterns to avoid)README.md— Converted inline badge markup to reference-style linksCONTRIBUTING.md/SECURITY.md— Converted inline links to reference-stylesrc/.../TestResult.cs— Fixed XML doc:ComputerNameis a settable property, doc now says "Gets or sets"test/.../JUnitSerializerTests.cs/TrxExampleTests.cs— Added<remarks>sections documenting what each test proves; improved AAA section commentsType 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 .Testing
Documentation
Additional Notes
All 53 tests pass across net8.0, net9.0, and net10.0. No production logic changes — only documentation and comment improvements.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.