Anton Kolesnyk

Results 67 issues of 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...

EngSys
Central-EngSys

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

feature-request
Client
Azure.Core

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

question
Client
Azure.Core

These things should not be possible: ```c az_curl_done(CURL ** pp); ... CURL * p_curl; az_curl_done(p_curl); //

feature-request
Client
help wanted

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

feature-request
Client
Azure.Core

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

Azure.Identity

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

feature-request
EngSys

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

feature-request
Azure.Core
Client

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

bug
Client
EngSys