Anton Kolesnyk
Anton Kolesnyk
https://github.com/Azure/azure-sdk-for-c/branches/all Some branches look like they are personal branches, some are stale. Almost all belong to EngSys, so I suggest to assign this work item to them. I think there...
This thing came in unexpected, I don't think there's necessarily enough time to add good `application_id` support. If we're lucky - yes, but should we run into a decision fork,...
See comments for https://github.com/Azure/azure-sdk-for-c/pull/1405. Java/.NET/Go all have slightly different codes to retry on. Java has `>= HTTP_INTERNAL_ERROR`, .NET and Go do not. .NET, for example would not throw if the...
These things should not be possible: ```c az_curl_done(CURL ** pp); ... CURL * p_curl; az_curl_done(p_curl); //
In order to test things like retry policy, and HTTP requests in general, we need a mock implementation of PAL layer. We need the one that instead of sending a...
Core: * Challenge-Based ant Multi-Tenant auth support (via `ChallengeBasedAuthenticationPolicy`) * No auth policy would send an authorized request via HTTP, only via HTTPS. Identity: * Challenge-Based ant Multi-Tenant auth support...
(if it is not yet enabled) If it is - make sure that it would complain about nothrow violation. IN general, in the end, it is a good test if...
.NET supports it, Java does not. Do we want to have it? Also, we may want to check, if .NET supports it only for HTTP headers, or for the query...
We have a set of files that are used for releasing packages, and another one is for opening SDK project in vcpkg manifest mode. This may be confusing sometimes. Especially...