Evaluate support for COM Source generation
Closed this issue · 1 comments
This affects the new attributes in .NET 8
https://learn.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke-source-generation
https://www.youtube.com/watch?v=DZd1SGd7dSU
We will have to check how dscom currently handle these new attributes and what's planned for the future:
[GeneratedComClass]
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.marshalling.generatedcomclassattribute?view=net-8.0
[GeneratedComInterface]
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.marshalling.generatedcominterfaceattribute?view=net-8.0
[LibraryImport]
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.libraryimportattribute?view=net-8.0
There is currently no need