-
Couldn't load subscription status.
- Fork 5.2k
Block "Convert To LibraryImport" in more unsupported cases #87503
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
|
Tagging subscribers to this area: @dotnet/interop-contrib Issue DetailsBlock "Convert to LibraryImport" in cases where the user has specified
|
...ntime.InteropServices/gen/LibraryImportGenerator/Analyzers/ConvertToLibraryImportAnalyzer.cs
Show resolved
Hide resolved
...ntime.InteropServices/gen/LibraryImportGenerator/Analyzers/ConvertToLibraryImportAnalyzer.cs
Outdated
Show resolved
Hide resolved
...ntime.InteropServices/gen/LibraryImportGenerator/Analyzers/ConvertToLibraryImportAnalyzer.cs
Show resolved
Hide resolved
...ntime.InteropServices/gen/LibraryImportGenerator/Analyzers/ConvertToLibraryImportAnalyzer.cs
Show resolved
Hide resolved
|
Failures are all unrelated. |
Block "Convert to LibraryImport" in cases where the user has specified
BestFitMappingorThrowUnmappableCharin settings other than the one configurationLibraryImportsupports. Also block__arglistvarargs as we don't support that inLibraryImporteither.Fixes #79159