-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Actual behavior
Similar to #936
I am unable to get this working and I get this error:
seems like I have a dependency that also uses this and explicitly sets public to false. Is there away around this?
I have WinUIEx
as a dependency
https://github.com/dotMorten/WinUIEx/blob/main/src/WinUIEx/NativeMethods.json
Expected behavior
The error should not happen just because another dep has set public to false. (at least thats my understanding of why the error is happening)
Repro steps
NativeMethods.txt
content:
Shell_NotifyIconGetRect
Shell_NotifyIcon
NativeMethods.json
content (if present):
{
"$schema": "https://aka.ms/CsWin32.schema.json",
"public": true
}
- Any of your own code that should be shared?
Context
- Target Framework:
net9.0-windows10.0.19041.0
LangVersion
:preview
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested