We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See disabled GetDelegateForFunctionPointer_Resurrection test added in #99185
GetDelegateForFunctionPointer_Resurrection
Fails with:
Unhandled Exception: Xunit.Sdk.SameException: Assert.Same() Failure: Values are not the same instance Expected: Action { Method = Void wrapper_native_0xffffa4edbc18(), Target = null } Actual: Action { Method = Void SomeFunction(), Target = FreachableObject { } } at Xunit.Assert.Same(Object expected, Object actual) in /_/src/Microsoft.DotNet.XUnitAssert/src/IdentityAsserts.cs:line 55 at System.Runtime.InteropServices.Tests.GetDelegateForFunctionPointerTests.FreachableObject.Finalize()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See disabled
GetDelegateForFunctionPointer_Resurrection
test added in #99185Fails with:
The text was updated successfully, but these errors were encountered: