Cristian Pop
Cristian Pop
### Brief Issue Summary In the past, selecting a project for Debug then running it was creating a new console. This does happen if I run without attaching a debugger...
### Issue IoT devices running Azure IoT C-SDK + OpenSSL/WolfSSL perform no validation of the remote TLS server certificate. Please see https://github.com/Azure/azure-iot-sdk-c/security/advisories/GHSA-p24m-6m44-jm58 as well as [CVE-2020-17002](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2020-17002). ### Affected versions:
I tried running CodeFormatter on all individual csproj files within the System.Net\* folders instead of the SLNs and found a lot more code style changes. Potentially related: - Visual Studio...
Please see https://github.com/dotnet/corefx/pull/3113 for issues encountered when running CodeFormatter on System.Net.Security.sln: 1. If statements should always use {} ``` C# if (!_stream.CanRead) throw __Error.GetReadNotSupported(); // should be if (!_stream.CanRead) {...
Replaced: `private Func _callback;` But didn't replace: `if (!m_callback(targetObj))`
**Describe the bug** https://azure.github.io/azure-sdk-for-c/storage.html has links to Blob Storage APIs, not present in the SDK. **Expected behavior** Docs should contain existing APIs only. **Screenshots**  **Information Checklist** Please make sure...
CI Fails with CLang format running version 9: ``` clang-format version 9.0.0-2~ubuntu18.04.2 (tags/RELEASE_900/final) M sdk/tests/iot/hub/test_az_iot_hub_client_properties.c Some files were not formatted correctly according to the .clang-format file. Please run clang-format to...
**Describe the bug** CMake generation on Linux fails when Ninja is used as a generator. ***Exception or Stack Trace*** ``` Generating done CMake Error: Running '/usr/bin/ninja' '-C' '/home/crispop/c/build' '-t' 'cleandead'...
**Describe the bug** I have both ESP32 and ESP8266 (including the PubSubClient dependency) installed in the same Arduino environment. I cannot compile the AmebaD Sample. ***Exception or Stack Trace*** ```...
### Issue IoT devices running Azure IoT C-SDK + OpenSSL/WolfSSL perform no validation of the remote TLS server certificate. Please see https://github.com/Azure/azure-iot-sdk-c/security/advisories/GHSA-p24m-6m44-jm58 as well as [CVE-2020-17002](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2020-17002). ### Affected versions of...