I'm looking at native AOT and one of the things it requires is interfaces being labelled GeneratedComInterface
https://learn.microsoft.com/en-us/dotnet/standard/native-interop/comwrappers-source-generation
I need to check, but I think simply adding this attribute everywhere appropriate will just work?
I'm looking at native AOT and one of the things it requires is interfaces being labelled GeneratedComInterface
https://learn.microsoft.com/en-us/dotnet/standard/native-interop/comwrappers-source-generation
I need to check, but I think simply adding this attribute everywhere appropriate will just work?