-
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
LibraryImportGenerator ConvertToLibraryImportAnalyzerTests failing with new function pointer support #71891
Comments
Tagging subscribers to this area: @dotnet/interop-contrib Issue DetailsPlease investigate cause of test failure related to function pointers from #69273, The file
new object[] { typeof(delegate* ) },
|
The tests generate their code snippets using Lines 72 to 86 in 1605800
|
Moving to 8 since the work has been postponed. |
Worth noting that the
entries are currently indistinguishable ( |
Please investigate cause of test failure related to function pointers from #69273,
The file
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/ConvertToLibraryImportAnalyzerTests.cs
has this test that is failing for a function pointer. The line with the function pointer has been commented out (instead of disabling the whole test).new object[] { typeof(delegate* ) },
The text was updated successfully, but these errors were encountered: