Allow .exe files to be used as binary modules#7281
Allow .exe files to be used as binary modules#7281TravisEz13 merged 6 commits intoPowerShell:masterfrom
Conversation
test/powershell/Modules/Microsoft.PowerShell.Core/Import-Module.Tests.ps1
Show resolved
Hide resolved
iSazonov
left a comment
There was a problem hiding this comment.
With two minor comments.
test/powershell/Modules/Microsoft.PowerShell.Core/Import-Module.Tests.ps1
Outdated
Show resolved
Hide resolved
test/powershell/Modules/Microsoft.PowerShell.Core/Import-Module.Tests.ps1
Outdated
Show resolved
Hide resolved
|
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. |
src/System.Management.Automation/engine/Modules/AnalysisCache.cs
Outdated
Show resolved
Hide resolved
test/powershell/Modules/Microsoft.PowerShell.Core/Import-Module.Tests.ps1
Outdated
Show resolved
Hide resolved
test/powershell/Modules/Microsoft.PowerShell.Core/Import-Module.Tests.ps1
Outdated
Show resolved
Hide resolved
test/powershell/Modules/Microsoft.PowerShell.Core/Import-Module.Tests.ps1
Outdated
Show resolved
Hide resolved
test/powershell/Modules/Microsoft.PowerShell.Core/Import-Module.Tests.ps1
Outdated
Show resolved
Hide resolved
|
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. |
|
@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. |
|
@BrucePay friendly ping. |
1 similar comment
|
@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. |
|
@BrucePay @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
|
@SteveL-MSFT The build failed |
|
The remaining CodeFactor issues are not related to changes in this PR |
test/powershell/Modules/Microsoft.PowerShell.Core/Import-Module.Tests.ps1
Outdated
Show resolved
Hide resolved
|
@SteveL-MSFT CI-Windows stll fail :-( |
|
@iSazonov the test failure is unrelated to this change but something we've been seeing for |
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