JumpList PublishAOT
Hello, I'm creating an Avalonia app and it support PublishAOT build
I would like to add JumpList support to it but I'm not able to make it work after the AOT build.
I tried to use Vanara (https://github.com/dahall/Vanara/) but it stop working as soon as set PublishAOT=true with an InvalidProgramException.
I also tried to use CsWin32 (https://github.com/microsoft/CsWin32/discussions) hoping to have a more modern com support. But I don't have the knowledge to use this low level api.
I tried Avalonia.Win32.JumpLists nuget package too without much more success.
Any idea on how to make it work?
I would like to add JumpList support to it but I'm not able to make it work after the AOT build.
I tried to use Vanara (https://github.com/dahall/Vanara/) but it stop working as soon as set PublishAOT=true with an InvalidProgramException.
I also tried to use CsWin32 (https://github.com/microsoft/CsWin32/discussions) hoping to have a more modern com support. But I don't have the knowledge to use this low level api.
I tried Avalonia.Win32.JumpLists nuget package too without much more success.
Any idea on how to make it work?
GitHub
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers. - dahall/Vanara
GitHub
Explore the GitHub Discussions forum for microsoft CsWin32. Discuss code, ask questions & collaborate with the developer community.