You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varvssConnection=new VssConnection(,,,,);// any overload that does not assume the user has a PAT alreadyvarprojectClient= _vssConnection.CurrentConnection.GetClient<ProjectHttpClient>();varprojects=await projectClient.GetProjects();
?
The text was updated successfully, but these errors were encountered:
azure-devops-auth-samples/ManagedClientConsoleAppSample/Program.cs
Line 91 in 56380d7
Shouldn't this should be using something like...
?
The text was updated successfully, but these errors were encountered: