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
When specifying CryptCATCDFEnumMembersByCDFTagEx and CryptCATCDFEnumAttributesWithCDFTag in NativeMethods.txt, the project compilation fails with:
Error (active) PInvoke001 Method, type or constant "CryptCATCDFEnumMembersByCDFTagEx" not found
Error (active) PInvoke001 Method, type or constant "CryptCATCDFEnumAttributesWithCDFTag" not found
Actual behavior
When specifying
CryptCATCDFEnumMembersByCDFTagEx
andCryptCATCDFEnumAttributesWithCDFTag
inNativeMethods.txt
, the project compilation fails with:Expected behavior
These two APIs are documented: CryptCATCDFEnumMembersByCDFTagEx, CryptCATCDFEnumAttributesWithCDFTag, expecting to generate methods for above APIs.
Repro steps
NativeMethods.txt
content:NativeMethods.json
content (if present):N/A
Any of your own code that should be shared?
N/A
Context
netstandard2.0
LangVersion
(if explicitly set by project):10
The text was updated successfully, but these errors were encountered: