- 
                Notifications
    You must be signed in to change notification settings 
- Fork 114
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Actual behavior
Generation of this interface seems to be skipped.
Expected behavior
Something like this:
[ComImport]
[Guid("00020400-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
private interface IDispatch
{
}Repro steps
- NativeMethods.txtcontent:
IDispatch
- NativeMethods.jsoncontent (if present):
- Any of your own code that should be shared?
_ = typeof(IDispatch).GUID;Context
- CsWin32 version: 0.2.188-beta
- Win32Metadata version (if explicitly set by project):
- Target Framework: net7.0
- LangVersion(if explicitly set by project): 11
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
