Skip to content

The managed client console app is not using the client libraries to get project lists #106

@StingyJack

Description

@StingyJack

using (var client = new HttpClient())

Shouldn't this should be using something like...

var vssConnection = new VssConnection(,,,,);  // any overload that does not assume the user has a PAT already
var projectClient = _vssConnection.CurrentConnection.GetClient<ProjectHttpClient>();
var projects = await projectClient.GetProjects();

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions