winget-cli
winget-cli copied to clipboard
How can I use NuGet package Microsoft.WindowsPackageManager.Utils in C#
I can't find any info about how can I use winget nuget package inside my C# project. What functions or class it has? Can you give some more information for developers? Thanks!
And what? No changes after year....
The relevant C header is here: WinGetUtil.h
The utils nuget package is not intended for public use, so there is not documentation beyond the code.
The relevant C header is here: WinGetUtil.h
The utils nuget package is not intended for public use, so there is not documentation beyond the code.
I asked about C# nuget package
It is a native nuget package, so you would have to PInvoke these methods.