Update SonarMark/SarifMark to 1.1.0 and add development tooling#91
Merged
Malcolmnixon merged 5 commits intomainfrom Jan 28, 2026
Merged
Update SonarMark/SarifMark to 1.1.0 and add development tooling#91Malcolmnixon merged 5 commits intomainfrom
Malcolmnixon merged 5 commits intomainfrom
Conversation
…helper scripts Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
…tcome details 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] Update SonarMark and SarifMark to version 1.1.0
Update SonarMark/SarifMark to 1.1.0 and implement centralized configuration
Jan 28, 2026
Malcolmnixon
requested changes
Jan 28, 2026
Contributor
Malcolmnixon
left a comment
There was a problem hiding this comment.
I'd prefer not to have the .vscode/extensions.json, global.json, Directory.Build.props, Directory.Packages.props. Please remove these files then put the build and package properties back in the csproj files.
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Contributor
Author
Done. Removed the centralized configuration files (.vscode/extensions.json, global.json, Directory.Build.props, Directory.Packages.props) and restored the build and package properties to the csproj files. All tests pass. (1cda6f8) |
Copilot
AI
changed the title
Update SonarMark/SarifMark to 1.1.0 and implement centralized configuration
Update SonarMark/SarifMark to 1.1.0 and add development tooling
Jan 28, 2026
Malcolmnixon
approved these changes
Jan 28, 2026
This was referenced Feb 2, 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
Updates analysis tools to latest versions and adds developer tooling consistent with SarifMark repository.
Tool Updates
Developer Tooling
build.bat/build.sh- One-step build and test executionlint.bat/lint.sh- Code formatting, spell check, markdown lint.vscode/tasks.json- Preconfigured build, test, clean, restore, lint, format tasksDocumentation Fixes
TestOutcomeenum documentation (was missing 8 enum values)Type 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
No functional code changes. Configuration and tooling only. All 41 tests pass across .NET 8, 9, 10.
Custom agent reviews completed:
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.