Hi! I'm trying to implement NuGet-related features for my online C# editor, and I'm trying to use the PackageManagement addin for that purpose. Specifically, I'm trying to implement installing a package from my C# code. I tried to follow the code used in PackageManagement.Tests, but it uses mostly fake objects, and I'm having hard time applying it to my situation. Can somebody provide an example, or point me in a right direction?
Thanks a lot!