cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

1DS C++ SDK

Results 166 cpp_client_telemetry issues
Sort by recently updated
recently updated
newest added

Task #1049 Enable HTTP/2.0 support for the SDK. - Add option to provide a different request factory to HttpClient - Add `HttpClientRequest` and `HttpClientRequest.Factory` interfaces - Supply a default `AndroidUrlConnection`...

Before opening a feature request against this repo, consider whether the feature is generic enough for the SDK, or it should be a specific plugin/extension to the SDK. **Is your...

Adding bit more guidance in our docs on setting up and managing loggers, especially since we've got those two paths: `LOGMANAGER_INSTANCE` for the straightforward cases and `LogManagerProvider` for when things...

Add support for building in VS2022. 1ds only detects vs2017 or vs2019. So when installing packages, if vs2019 is installed the various packages must be installed in 2019 and not...

documentation

Ref - https://github.com/microsoft/cpp_client_telemetry/pull/1249 To add two new PiiKind values: - IPv6ScrubLastHextets : A legacy IPV6 Internet address - DropValue: Drop the value. cc @aef123

bug

The previous version is available on CocoaPods and we can ingest it into our iOS project as below: ``` pod 'OneDsCppSdk.iOS', '3.7.62.1' ``` However, the latest version - v3.8.32.1 is...

Problem line: https://github.com/microsoft/cpp_client_telemetry/blame/5068a981e2dc6ebe935e3184c011a1d8edfd6e8a/lib/include/public/ctmacros.hpp#L11 In our project, we have code like: ``` namespace projectName::PAL { class Object {}; } namespace projectName { PAL::Object; // or projectName::PAL::Object - exact same compiler error...

bug

Similar to https://github.com/microsoft/cppwinrt/issues/1053 1. Build zlib, sqlite-uwp, win10-lib 1. Create a new C++/WinRT Windows Runtime component ![image](https://github.com/microsoft/cpp_client_telemetry/assets/163353442/881f562a-cc43-480a-9a0e-ddd70102940e) 1. Include LogManager.hpp (no need to write any code) 1. Link zlib.lib, sqlite-uwp.lib,...

bug

1. Run build-all.bat with a config file > build-all.bat lib\include\mat\config-default-cs4.h 2. Observe successful build 3. Pass in a bad input to build-all.bat > build-all.bat filedoesnotexist 4. Observe successful build (same...

bug

1. Edit a target of your choice in build-all.bat script to build instead of rebuild, for example: > call tools\RunMsBuild.bat x64 Release "sqlite:Rebuild,zlib:Rebuild,win32-lib:Rebuild" %CUSTOM_PROPS% > call tools\RunMsBuild.bat x64 Release "sqlite:Build,zlib:Build,win32-lib:Build"...

bug