Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Issues Overview

This application is not configured to allow new issues to be created.

601.12.0closedUpgrade to SDK 1.12
591.7.2closedSome logging return {0} instead of variable value
Many places in the code is missing either String.format() or should use string interpolation ${} to include the variables as currently it does not work as you can see below, the LogDebug function does *not* do string replacement properly by itself : ` this.Logger.LogDebug("Triggering build configuration {0}...", this.BuildConfigurationId); ` See the output in BM missing the variable value : ![image](https://user-images.githubusercontent.com/1294511/85084277-acb8b700-b217-11ea-8910-bc5d538ef5ac.png)
581.7.2closedAdded Secure Resource, Secure Credentials
511.3.1closedSupport for TLS v1.2 without registry hack
521.3.1closedFIX: Incorrect project ID used to resolve application-scoped credentials
501.3.0closedFIX: Application-scoped resource credentials are not loaded correctly for suggestion providers