You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some arguments converted to pointers for fully blittable signatures, but some left as out/ref and relying on source generation - make sure related functions have consistent arguments
Fall back to generating partial extern p/invoke if target version is less than required
Enable DllImportGenerator by default for all source projects instead of just NETCoreApp (closer to an in-box generator experience) and convert to GeneratedDllImport
Issues to address after the initial merge (#59579):
out/refand relying on source generation - make sure related functions have consistent argumentspartial externp/invokesGeneratedDllImportfor p/invokes in runtime with blittable signaturesGeneratedDllImportDllImportandGeneratedDllImportand the need to think about which to use based on blittabilitypartial externp/invoke if target version is less than requiredDllImportGeneratorby default for all source projects instead of just NETCoreApp (closer to an in-box generator experience) and convert toGeneratedDllImportCallingConventionfield onGeneratedDllImporttoUnmanagedCallConvattribute #61134System.MemoryandSystem.Runtime.CompilerServices.Unsafefor array marshallingRuntime issues discovered by DllImportGenerator
cc @AaronRobinsonMSFT @jkoritzinsky