microsoft / CsWin32

A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
MIT License
2.07k stars 87 forks source link

NVME types not generated #990

Closed Nuklon closed 1 year ago

Nuklon commented 1 year ago

Actual behavior

All types from nvme.h are ignored.

Expected behavior

The types should be generated from nvme.h

Repro steps

  1. NativeMethods.txt content:
    NVME_IDENTIFY_CNS_CONTROLLER
    NVME_IDENTIFY_CNS_IO_COMMAND_SET
    NVME_LOG_PAGES

Context

Nuklon commented 1 year ago

Closing as metadata bug. Will reopen there.