-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Fix .NET adapter to be able to get members from System.IntPtr #7808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
https://powershell.visualstudio.com/PowerShell/_build/results?buildId=1979&view=logs |
test/powershell/Modules/Microsoft.PowerShell.Utility/Get-Member.Tests.ps1
Outdated
Show resolved
Hide resolved
|
PowerShell-CI-Linux issue is in many PRs :-( |
|
@TravisEz13 fixed |
|
Clicking 'details' on the Linux-CI gives me |
|
I started a rebuild of the linux CI. You may need to rebase. The error indicates you code is out of date. |
|
Yes, you need to rebase. |
|
Rebased. Will wait on the CIs. |
|
@iSazonov Thanks for merging this PR. Just a gentle reminder: when squashing a PR, check the commit title to make sure unneeded tags are removed, such as |
PR Summary
Fix .NET adapter to be able to get members from
System.IntPtr.The type
System.IntPtrhas an explicit cast operator defined that takes a pointer typeSystem.void*parameter. We didn't handle that type properly inGetPSMethodProjectedType.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