azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
### Initiative WebSockets ### Description Add WebSocket support to Azure::Core ### Work items - [x] #3745 - [x] #3746 - [x] #3747 - [x] #3748 - [x] #3749 - [x]...
cSpell complains about word `stoul`, which is a function in C++ standard library https://en.cppreference.com/w/cpp/string/basic_string/stoul. We could use cSpell directive to disable this warning, but that is less ideal. https://dev.azure.com/azure-sdk/public/_build/results?buildId=1649730&view=logs&jobId=898e4637-1718-5730-45ee-bcd3f73a618c&j=a129effc-2dd1-54d1-fb5a-ad7bdc0e851d&t=ccad100f-2904-5913-2083-c525ad929a03
The CI system should verify all files contain licenses. _Originally posted by @ahsonkhan in https://github.com/Azure/azure-sdk-for-cpp/pull/3736#discussion_r899441456_
See issue for more details: https://github.com/Azure/azure-sdk/issues/4291#issuecomment-1151690465 Here's the current surface area for C++. Does it require changes or can it continue work as-is with status-monitor LROs, while still supporting the...
Target headers: - azure_c_shared_utility_http_proxy_io_wrapper: Proxy - azure_c_shared_utility_httpapi_wrapper: Http abstraction - azure_c_shared_utility_httpapiex_wrapper: Http retry - azure_c_shared_utility_httpheaders_wrapper: Http headers support (add, find, remove) These features can be replaced by the Http functionality...
Visual Studio uses a CMake configuration file to drive CMake generation and build. CMakePresets.json is supported by Visual Studio 2019 version 16.10 or later and is the recommended CMake configuration...
Update CMake projects properties to show them inside the test folder from Visual Studio Cmake view