stack72 / TeamCitySharp

No Longer Maintained - please use https://github.com/mavezeau/TeamCitySharp
Other
200 stars 165 forks source link

Build fields not populated #111

Open RaduPoe opened 7 years ago

RaduPoe commented 7 years ago

I started using this library for a project that interacts with TeamCity Professional 10.0.2 (build 42234) installed in the same network, but on a different machine.

Although the fields startDate, queuedDate and finishedDate are populated on the server and in the subsequent XML or JSON received using the API, they aren't available in the corresponding Build entity in the list retrieved using tcClient.Builds.AllBuildsOfStatusSinceDate(DateTime.MinValue, BuildStatus.SUCCESS). Furthermore, the Agent, BuildConfig, Changes and several other properties are either null or with default type's values.

Is that by design or it wasn't yet implemented? Thank you.