Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Method not found when trying to access any details from TeamCity #68

@dazfitzg

Description

@dazfitzg

Hi I have downloaded the package from nugget which downloaded all the dependancies. However when trying to run the example code (substituting the params for my local installation).

var client = new TeamCityClient("localhost:81");
client.Connect("admin", "qwerty");
var projects = client.Projects.All();

I get the following error.

Method not found: 'System.__Canon EasyHttp.Http.HttpResponse.StaticBody(System.String)'.

Any ideas what might be causing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions