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.
closes #5618 # Pull Request Checklist Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be...
closes #5617 # Pull Request Checklist Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be...
Fixes [#5483](https://github.com/Azure/azure-sdk-for-cpp/issues/5483)
Investigating https://github.com/Azure/azure-sdk-for-cpp/issues/5342 Reference: https://cmake.org/cmake/help/latest/module/GoogleTest.html#command:gtest_discover_tests
@scottaddie: "Wow the order of credentials was determined in the C++ DefaultAzureCredential. We typically put the dev tool credentials at the very end of the chain. We see Managed Identity...
Other languages like .NET and GoLang have this credential. We can start with this being private implementation detail of `WIC` and turn it to be public once there is a...
**Query/Question** Getting issue Error C2556 'int64_t *Azure::Nullable::operator ->(void) const': overloaded function differs only by return type from 'const int64_t *Azure::Nullable::operator ->(void) const' (compiling source file login.cpp) in file nullable.hpp while...
Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/8294 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)
**Is your feature request related to a problem? Please describe.** In general, `-DCMAKE_UNITY_BUILD=ON` may reduce build time. See the following documents for unity build: * https://cmake.org/cmake/help/latest/variable/CMAKE_UNITY_BUILD.html * https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html If I...