fix(installer): replace Add-Type with native setup helper - #131
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #131 +/- ##
==========================================
+ Coverage 73.40% 73.47% +0.07%
==========================================
Files 34 34
Lines 9305 9305
Branches 3471 3471
==========================================
+ Hits 6830 6837 +7
+ Misses 2144 1836 -308
- Partials 331 632 +301
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
|
ReenigneArcher
force-pushed
the
fix/installer
branch
from
September 8, 2026 16:32
b6f87e5 to
206b7db
Compare
ReenigneArcher
force-pushed
the
fix/installer
branch
from
September 8, 2026 16:56
206b7db to
73ab7ff
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.



Description
Replaced runtime Add-Type compilation with an architecture-matched native SetupAPI/NewDev helper.
the failure occurs when PowerShell 5.1 compiles and loads the inline C# assembly via
Add-Type.Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage
See our AI usage policy.