Kevin Berridge
Kevin Berridge
### The AJAX Control Toolkit 20.1.0 The AjaxControlToolkit.HtmlEditor.Sanitizer nuget package seems to be missing a dependency on the AjaxControlToolkit package. I had the impression that the AjaxControlToolkit.HtmlEditor.Sanitizer would be able...
When I query the Visual Studio Team Services (VSTS) API: `Http.RequestString("https://organization.visualstudio.com/DefaultCollection/Project/_apis/wit/queries", headers = [ "Authorization", "Basic base64encodeduseraccesstoken"])` I get the following error: ``` Unhandled Exception: System.Net.CookieException: The 'Value'='{"PersistentSessionId":"3cd7392c-35f2-4fac-a31a-533d33d6ca6f","PendingAuthenticationSessionId":"0 0000000-0000-0000-0000-000000000000","CurrentAuthenticationSessionId":"00000000-0000-0000-0000-000000000000"}' part...
I am trying to convert a repository from hg to git using hggit. I setup an empty bare git repo with `git init --bare .git`, I setup a bookmark for...