Yulin Li
Yulin Li
@gammazero gentle pinging...
Facing same issue, and fixed in my fork. https://github.com/yulin-li/Redis-Operator/commit/f95ffbcf74cde5445f87c3274da8aa30d6fbcb27
Could you try to [enable SDK logging](https://docs.microsoft.com/en-us/dotnet/azure/sdk/logging) to see the real traffic endpoint?
Thanks for the quick response. I will try to build a custom transport for this. But I think it's a common scenario, would you consider putting this feature request in...
That would be great
> @yulin-li The build script already supports building shared library for 1ds as [here](https://github.com/microsoft/cpp_client_telemetry/blob/974c581854d4f6d72a3f889b5520e0e08ba96d86/build.sh#L49). > > So, something like this should work: > > ```shell > $ export CMAKE_OPTS='-DBUILD_SHARED_LIBS=ON' >...
> ```shell > CMAKE_OPTS='-DBUILD_SHARED_LIBS=ON' > ``` sorry for this very late reply. The camke configurations is actually provided by cmake (https://github.com/Kitware/CMake/blob/master/Modules/FindSQLite3.cmake), not sqlite3 package. The problem without `find_packages` is, we...
> **[lalitb](/lalitb) ** c @lalitb this PR is still valid, which allows us to use sqlite3 libs installed by package managers.
This PR would be good for our scenario, could it be reviewed and merged?
Hi, @gjenkins8, @mattfarina could you please help to review?