Rename TemplateDotNetTool to SysML2Tools - #1
Merged
Conversation
Copilot
AI
changed the title
[WIP] Rename TemplateDotNetTool to SysML2Tools
Rename TemplateDotNetTool to SysML2Tools
Jun 24, 2026
Malcolmnixon
marked this pull request as ready for review
June 24, 2026 05:19
Member
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Author
Merged |
This was referenced Jul 27, 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
Seeds the repository with the correct project name by replacing all template placeholder references to
TemplateDotNetToolwithSysML2Tools.Substitutions applied
TemplateDotNetToolSysML2Toolstemplate-dot-net-toolsysml2-toolsTemplate .NET ToolSysML2 ToolsRenamed files/directories (18)
DemaConsulting.TemplateDotNetTool.slnx→DemaConsulting.SysML2Tools.slnxsrc/DemaConsulting.TemplateDotNetTool/→src/DemaConsulting.SysML2Tools/test/DemaConsulting.TemplateDotNetTool.Tests/→test/DemaConsulting.SysML2Tools.Tests/docs/design/template-dot-net-tool*→docs/design/sysml2-tools*docs/reqstream/template-dot-net-tool*→docs/reqstream/sysml2-tools*docs/verification/template-dot-net-tool*→docs/verification/sysml2-tools*Content updated (80+ files)
C# namespaces, project references, workflow files, configuration, and all documentation. Added
SysML2Tools,SysML2,sysml2toolsto.cspell.yamldictionary.Type of Change
Related Issues
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
pwsh ./build.ps1Code Quality
Quality Checks
pwsh ./lint.ps1Testing
Documentation
Additional Notes
Pure rename — no logic changes. 87 tests pass on .NET 8, 9, and 10. CodeQL scan: 0 alerts.
Original prompt