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.
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.