Add plastic style to shields.io badges for visual consistency#51
Merged
Malcolmnixon merged 3 commits intomainfrom Jan 22, 2026
Merged
Add plastic style to shields.io badges for visual consistency#51Malcolmnixon merged 3 commits intomainfrom
Malcolmnixon merged 3 commits intomainfrom
Conversation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
approved these changes
Jan 22, 2026
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README.md file badges to plastic style
Add plastic style to shields.io badges for visual consistency
Jan 22, 2026
Copilot AI
added a commit
that referenced
this pull request
Mar 4, 2026
…d/Failed - Output now shows test names (SonarMark_QualityGateRetrieval) instead of descriptions - Status now uses title case (Passed/Failed) consistent with template PR #51 - Removed unused 'displayName' parameter from RunValidationTest Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
23 tasks
Copilot AI
added a commit
that referenced
this pull request
Mar 4, 2026
- requirements.yaml: semantic IDs (CLI-001 → Sonar-Cmd-Cli, PLT-001 → Sonar-Platform-Windows, etc.) - README.md: replace Self-Validation Tests table with Self Validation section showing actual output format - docs/guide/guide.md: restructure self-validation section with Validation Report example (template PR #51) - .markdownlint-cli2.jsonc: allow siblings_only duplicate headings for Self-Validation Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
added a commit
that referenced
this pull request
Mar 4, 2026
* Initial plan * Fix code/config drift from TemplateDotNetTool template - Program.cs: route errors to Console.Error.WriteLine (stderr) - Program.cs: version display uses context.WriteLine (respects --silent) - Context.cs: add AutoFlush=true on log StreamWriter - Context.cs: WriteError uses Console.Error.WriteLine (stderr) - Tests: update to capture Console.Error for error assertions - Tests.csproj: LangVersion 12 → latest - SonarMark.csproj: reorganize packages into labeled ItemGroups - build.yaml: add dotnet tool restore step to CodeQL job - build.yaml: add sonarmark to versionmark capture list - pull_request_template.md: add self-validation checklist item Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Update agent documentation for template consistency - AGENTS.md: C# 12 → C# (latest), .markdownlint.json → .markdownlint-cli2.jsonc - code-quality-agent.md: .markdownlint.json → .markdownlint-cli2.jsonc - repo-consistency-agent.md: fix markdownlint filename, add Tracking Template Evolution section - requirements-agent.md: add Test Source Filters section Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Fix Validation.cs: use test names in console output, title-case Passed/Failed - Output now shows test names (SonarMark_QualityGateRetrieval) instead of descriptions - Status now uses title case (Passed/Failed) consistent with template PR #51 - Removed unused 'displayName' parameter from RunValidationTest Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Apply remaining template updates: semantic IDs, self-validation docs - requirements.yaml: semantic IDs (CLI-001 → Sonar-Cmd-Cli, PLT-001 → Sonar-Platform-Windows, etc.) - README.md: replace Self-Validation Tests table with Self Validation section showing actual output format - docs/guide/guide.md: restructure self-validation section with Validation Report example (template PR #51) - .markdownlint-cli2.jsonc: allow siblings_only duplicate headings for Self-Validation Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * requirements.yaml: rename IDs to SonarMark- prefix with Svr/Rpt/Plt abbreviations 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>
Merged
21 tasks
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.
Badges in README.md lacked consistent styling. Updated all shields.io badges to use the
plasticstyle parameter, matching the pattern from the TestResults repository.Changes
Added
?style=plasticto shields.io badges:Build, Quality Gate, and Security badges unchanged (GitHub Actions and SonarCloud badge systems don't support style parameter)
Example
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.