Add Rust COM bridge for Windows PowerShell#9
Merged
Marc-André Moreau (mamoreau-devolutions) merged 3 commits intoApr 28, 2026
Merged
Conversation
Expose the Rust Pinget core through a registration-free native COM bridge and add a net48 PowerShell module path for Windows PowerShell. Package native COM assets by Windows RID, trim module runtimes, and keep CI/release workflows building both COM architectures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ensure CI and release dry-run jobs build the Rust COM DLLs before RunTests packages the PowerShell module with -NoBuild. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update version metadata with scripts/Set-PingetVersion.ps1 and include the new pinget-com crate in future version bumps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
db8d004 to
3185e4b
Compare
5d85ff7
into
master
4 checks passed
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.
Summary
pinget-comRust native COM bridge backed bypinget-core.net48C# COM interop layer and Windows PowerShell module path while keeping PowerShell 7 on the pure .NET stack.pinget-com.dllunderDesktop\net48\runtimes\win-*\native.0.2.0and includepinget-comin the version bump script.Validation
dotnet build dotnet\Devolutions.Pinget.slnx -c Releasepinget.exe --version->pinget v0.2.0cargo check -p pinget-clicargo check -p pinget-comWorkflow runs