NuGet Restore Status Question - Visual Studio Extension #13827
william-courrau-in
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am unsure how the API signature for Task NominateProjectAsync(string projectUniqueName, IVsProjectRestoreInfo projectRestoreInfo, CancellationToken token); works.
Specifically, I'm unclear about how to manipulate the IVsProjectRestoreInfo projectRestoreInfo parameter from outside the code. I am currently using the NuGet package, but I don't know how to nominate a project for a NuGet restore, as there seems to be no accessible API to create an IVsProjectRestoreInfo.
What I really want to achieve is to know when the solution is ready to build after the NuGet restore has finished. Can this be accomplished by using another API?
my current code:
Beta Was this translation helpful? Give feedback.
All reactions