-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
NativeAOT tests interopservices #73200
NativeAOT tests interopservices #73200
Conversation
Remove SetWin32ContextInIDispatchAttribute attribute and tests. - this was no longer in the ref assembly so just removing it.
Tagging subscribers to this area: @dotnet/interop-contrib Issue DetailsContributes to #73145
|
...e.InteropServices.UnitTests/System/Runtime/InteropServices/ComAwareEventInfoTests.Windows.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this! This helps a lot!
...me.InteropServices.UnitTests/System/Runtime/InteropServices/Marshal/DestroyStructureTests.cs
Outdated
Show resolved
Hide resolved
...Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/ComVisibleAttributeTests.cs
Show resolved
Hide resolved
...InteropServices.UnitTests/System/Runtime/InteropServices/Marshal/GenerateGuidForTypeTests.cs
Outdated
Show resolved
Hide resolved
...vices.UnitTests/System/Runtime/InteropServices/Marshal/GetDelegateForFunctionPointerTests.cs
Outdated
Show resolved
Hide resolved
...me.InteropServices.UnitTests/System/Runtime/InteropServices/Marshal/GetExceptionCodeTests.cs
Show resolved
Hide resolved
...stem.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/Marshal/SizeOfTests.cs
Outdated
Show resolved
Hide resolved
...tem.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/ProgIdAttributeTests.cs
Show resolved
Hide resolved
This reverts commit 366429d.
expansive testing on all Windows SKUs.
...teropServices.UnitTests/System/Runtime/InteropServices/Marshal/Common/CommonTypes.Windows.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay for the managed COM server and removing the surprise dependency on some AD type.
Contributes to #73145
/cc @MichalStrehovsky @jkotas