Allow .exe files to be used as binary modules - #7281
Conversation
Ilya (iSazonov)
left a comment
There was a problem hiding this comment.
With two minor comments.
|
Per the contribution guidelines, the issues number you are fixing should not be in the PR Title, only the description. Including it causes us to have to edit it out later when authoring the changelog. |
|
This PR has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs within 10 days. |
|
Up. |
|
Bruce Payette (@BrucePay) can you please answer Steve's questions? Thanks. |
|
This PR has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs within 10 days. |
|
Up. Need rebase. |
|
Bruce Payette (@BrucePay) friendly ping. |
1 similar comment
|
Bruce Payette (@BrucePay) friendly ping. |
|
This PR has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs within 10 days. |
|
Bruce Payette (@BrucePay) Steve Lee (@SteveL-MSFT) Do we still want to have this? |
|
This PR has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs within 10 days. |
88695ba to
f309808
Compare
|
Steve Lee (@SteveL-MSFT) The build failed |
|
The remaining CodeFactor issues are not related to changes in this PR |
|
Steve Lee (@SteveL-MSFT) CI-Windows stll fail :-( |
|
Ilya (@iSazonov) the test failure is unrelated to this change but something we've been seeing for |
Fix for PowerShell#6741 Allow .exe files to be used as binary modules. Basically anywhere a .dll could be used with modules, you can now use a .exe file. Also did a little clean up, replacing constant strings with the StringLiteral values instead.
PR Summary
Fix for #6741 Allow .exe files to be used as binary modules. Basically anywhere a .dll could be used with modules, you can now use a .exe file. Also did a little clean up, replacing constant strings with the StringLiteral values instead.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.[feature]if the change is significant or affects feature tests