Matt Varblow
Matt Varblow
I was told by MS support that this is a known limitation of the service. I created a feature request. Please upvote the feature request if this limitation is problematic...
Visual Studio doesn't use the REST API. It probably uses the old SOAP API, which does support larger changesets. See: * https://www.nuget.org/packages/Microsoft.TeamFoundationServer.ExtendedClient/ * https://docs.microsoft.com/en-us/azure/devops/integrate/get-started/client-libraries/soapsamples?view=azure-devops
I'm hitting this same problem, though I'm seeing about 19 MB as the practical limit (due to the base64 encoding of the file contents). We previously used the old Microsoft.TeamFoundationServer.ExtendedClient...
I was told by MS support that this is a known limitation of the service. I created a feature request. Please upvote if this limitation is problematic for you. https://developercommunity.visualstudio.com/idea/1130401/allow-creating-large-tfvc-changesets-via-the-api.html...
The response from your identity provider is missing the id_token, which is required by the Open ID Connect specification. Your identity provider does not seem to implement Open ID Connect?...
Thanks, @anurse. I'd love to try something sneaky, but I haven't been able to come up with any way to get a hold of that HubConnection object. I don't see...
I've run into the same problem. If I change my WCF clients (.NET Framework) to TokenImpersonationLevel.None or .Delegation then everything is fine. Unfortunately, I can't change all the clients. My...
In case it helps, here's a complete walkthrough showing how to reproduce this problem. It's fairly simple and just boils down to this: a .NET Framework WCF client app is...
> This looks indeed like something should be handled better. Although enabling external login, not having users pre-created, and not enabling registration together is also an incorrect configuration. Or did...