ros2cs : Update Supported Runtimes, Refactor Code Generation, and Add Metadata Features#46
Merged
noelex merged 6 commits intonoelex:mainfrom Sep 25, 2025
Merged
Conversation
noelex
reviewed
Sep 24, 2025
Contributor
Author
|
Package discovery is back to use the latest found from Additionally, the discovery only checks for Improves generation speed on large source directories. |
Owner
|
Could you please rebase rather than merge? I'd like to have a linear history on the |
* (!) semantic changes * Update CppAst.Gen and adds LibGit2Sharp * Adds option to write .inputs & .outputs files * Adds interface package version to TypeSupportAttribute with additional commit hash * Use assembly informational version * Remove interface metadata parsing redundancy * Use LINQ * Filter by `msg|action|srv` files early in loadpackage * Extend metadata type conditionals guard * launchSettings.json WSL2 & projectdir
* Use only paths up to dependencies resolve to reduce unnecessary IO on reading package.xml in large interface package source directories * ros2cs project, "Run Tests" args update
* fix deps resolving
5a219b1 to
01b9045
Compare
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.
Commit message:
msg|action|srvfiles early in loadpackageCopilot: Pull Request Description
Summary
CppAst.Genand addedLibGit2Sharp..inputsand.outputsfiles.TypeSupportAttribute.msg|action|srvfiles in package loading.launchSettings.jsonfor WSL2 and project directory support.Files Changed
Notable Files
CSharpCodeGenerator.cs: Major updates and refactoring.*.Builder.cs,Helpers/*.cs: Various improvements and bug fixes.Rosidl.Generator.CSharp.csproj: Dependency and target framework updates.ros2cs/Program.cs,launchSettings.json: Miscellaneous improvements.